]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help.el (with-help-window): Doc fix. (Bug#31574)
authorEli Zaretskii <eliz@gnu.org>
Thu, 24 May 2018 16:30:33 +0000 (19:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 24 May 2018 16:30:33 +0000 (19:30 +0300)
lisp/help.el

index 958b06c09588e4e4ca7bb83209b39b5437e8a2fd..77e328483185572ad6c18b93f648d3e531954f3b 100644 (file)
@@ -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