Mercurial > emacs
changeset 69674:1d0de172f9fa
(print-help-return-message): Suggest to use display-buffer instead of
switch-to-buffer-other-window to restore the previous window without
selecting it.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 25 Mar 2006 10:10:36 +0000 |
parents | 23a81b585dd1 |
children | 75f56d44d7e2 |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")