XEmacs 21.2.47 (Zephir).
[chise/xemacs-chise.git.1] / lisp / dialog.el
index cdfbe55..b142d15 100644 (file)
@@ -308,7 +308,7 @@ For type `page-setup':
 
 This invokes the Windows standard Page Setup dialog.
 This dialog is usually invoked in response to the Page Setup command, and
-used to chose such parameters as page orientation, print margins etc.
+used to choose such parameters as page orientation, print margins etc.
 Note that this dialog contains the \"Printer\" button, which invokes
 the Printer Setup dialog (see `msprinter-print-setup-dialog') so that the
 user can update the printer options or even select a different printer
@@ -642,7 +642,9 @@ The keywords allowed are
                       (set-buffer-dedicated-frame newbuf frame)
                       (set-frame-property frame 'dialog-box-buffer newbuf)
                       (with-current-buffer newbuf
-                        (setq frame-title-format cl-title)
+                        ;; Should be frame specific, so
+                        ;; we don't do this for now.
+                        ;; (setq frame-title-format cl-title)
                         (make-local-hook 'delete-frame-hook)
                         (add-hook 'delete-frame-hook
                                   #'(lambda (frame)