# HG changeset patch # User Eli Zaretskii # Date 1133611623 0 # Node ID 409eae14f7d9794c80a01373f3529264503ad6d9 # Parent 80bbfbaf5e38eeeff18f463931025de07991cd7f (print-help-return-message): If pop-up-frames is non-nil, don't display message about scrolling the help window. diff -r 80bbfbaf5e38 -r 409eae14f7d9 lisp/help.el --- a/lisp/help.el Sat Dec 03 11:52:23 2005 +0000 +++ b/lisp/help.el Sat Dec 03 12:07:03 2005 +0000 @@ -159,7 +159,8 @@ (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.