]> git.eshelyaron.com Git - emacs.git/commitdiff
(print-help-return-message): Suggest to use display-buffer instead of
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Mar 2006 10:11:09 +0000 (10:11 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Mar 2006 10:11:09 +0000 (10:11 +0000)
switch-to-buffer-other-window to restore the previous window without
selecting it.

lisp/ChangeLog
lisp/help.el

index d4196ab799b14f0ae3199f6a30bec4f4eda75d17..65f5c199bac9f8444e2c2392cb0fbe8cc06af9c6 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
+
+       * help.el (print-help-return-message): Suggest to use
+       display-buffer instead of switch-to-buffer-other-window to restore
+       the previous window without selecting it.
+
 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * frame.el (select-frame-by-name): Call x-focus-frame also when
index 5eef13ff9c97531632e007afc812a8ebf550e72c..1661779ca74795d4340644c3a09cf9ce042c9522 100644 (file)
@@ -143,7 +143,7 @@ specifies what to do when the user exits the help buffer."
                    ((not (one-window-p t))
                     (setq help-return-method
                           (cons (selected-window) 'quit-window))
-                    "Type \\[switch-to-buffer-other-window] RET to restore the other window.")
+                    "Type \\[display-buffer] RET to restore the other window.")
                    (pop-up-windows
                     (setq help-return-method (cons (selected-window) t))
                     "Type \\[delete-other-windows] to remove help window.")