From: Eli Zaretskii Date: Sat, 3 Dec 2005 12:07:03 +0000 (+0000) Subject: (print-help-return-message): If pop-up-frames is non-nil, don't display X-Git-Tag: emacs-pretest-22.0.90~5535 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b057a3d5755259dd96c02d5f3dfe4e98e00c0bc;p=emacs.git (print-help-return-message): If pop-up-frames is non-nil, don't display message about scrolling the help window. --- diff --git a/lisp/help.el b/lisp/help.el index 067e02d5cef..9a779f14d0c 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -159,7 +159,8 @@ specifies what to do when the user exits the help buffer." (if first-message " ") ;; If the help buffer will go in a separate frame, ;; it's no use mentioning a command to scroll, so don't. - (if (special-display-p (buffer-name standard-output)) + (if (or pop-up-windows + (special-display-p (buffer-name standard-output))) nil (if (same-window-p (buffer-name standard-output)) ;; Say how to scroll this window.