# HG changeset patch # User Eli Zaretskii # Date 1143281436 0 # Node ID 1d0de172f9fa6067de2fb491f1d5dc2b74f4b31d # Parent 23a81b585dd19c9897cdddc477a179586d828bdc (print-help-return-message): Suggest to use display-buffer instead of switch-to-buffer-other-window to restore the previous window without selecting it. diff -r 23a81b585dd1 -r 1d0de172f9fa lisp/help.el --- a/lisp/help.el Sat Mar 25 08:56:07 2006 +0000 +++ b/lisp/help.el Sat Mar 25 10:10:36 2006 +0000 @@ -143,7 +143,7 @@ ((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.")