emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d5e0ceb: * lisp/help.el (with-help-window): Doc f


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 d5e0ceb: * lisp/help.el (with-help-window): Doc fix. (Bug#31574)
Date: Thu, 24 May 2018 12:30:46 -0400 (EDT)

branch: emacs-26
commit d5e0ceb8b0a9253eb3a8bf8f68d23ef1d007e234
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/help.el (with-help-window): Doc fix.  (Bug#31574)
---
 lisp/help.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/help.el b/lisp/help.el
index 958b06c..77e3284 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1376,8 +1376,8 @@ This construct is like `with-temp-buffer-window' but 
unlike that
 puts the buffer specified by BUFFER-OR-NAME in `help-mode' and
 displays a message about how to delete the help window when it's no
 longer needed.  The help window will be selected if
-`help-window-select' is non-nil.  See `help-window-setup' for
-more options."
+`help-window-select' is non-nil.
+Most of this  is done by `help-window-setup', which see."
   (declare (indent 1) (debug t))
   `(progn
      ;; Make `help-window-point-marker' point nowhere.  The only place



reply via email to

[Prev in Thread] Current Thread [Next in Thread]