* lisp/help.el (with-help-window): Doc fix. (Bug#31574)

This commit is contained in:
Eli Zaretskii 2018-05-24 19:30:33 +03:00
parent e7952bdfc8
commit d5e0ceb8b0

View 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