(print-help-return-message): If pop-up-frames is non-nil, don't display
message about scrolling the help window.
This commit is contained in:
parent
a8e7142cdd
commit
7b057a3d57
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue