mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-14 09:46:42 -04:00
* lisp/help.el (with-help-window): Doc fix. (Bug#31574)
This commit is contained in:
parent
e7952bdfc8
commit
d5e0ceb8b0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue