* lisp/help.el (with-help-window): Doc fix. (Bug#31574)
This commit is contained in:
parent
e7952bdfc8
commit
d5e0ceb8b0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
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
|
displays a message about how to delete the help window when it's no
|
||||||
longer needed. The help window will be selected if
|
longer needed. The help window will be selected if
|
||||||
`help-window-select' is non-nil. See `help-window-setup' for
|
`help-window-select' is non-nil.
|
||||||
more options."
|
Most of this is done by `help-window-setup', which see."
|
||||||
(declare (indent 1) (debug t))
|
(declare (indent 1) (debug t))
|
||||||
`(progn
|
`(progn
|
||||||
;; Make `help-window-point-marker' point nowhere. The only place
|
;; Make `help-window-point-marker' point nowhere. The only place
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue