mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 17:26:40 -04:00
; * lisp/help.el (with-help-window): Doc fix. (Bug#54170)
This commit is contained in:
parent
558b03a958
commit
9bce4b67f1
|
|
@ -1803,8 +1803,8 @@ Return VALUE."
|
|||
;; window to an arbitrary buffer position.
|
||||
(defmacro with-help-window (buffer-or-name &rest body)
|
||||
"Evaluate BODY, send output to BUFFER-OR-NAME and show in a help window.
|
||||
This construct is like `with-temp-buffer-window' but unlike that
|
||||
puts the buffer specified by BUFFER-OR-NAME in `help-mode' and
|
||||
This construct is like `with-temp-buffer-window', which see, but unlike
|
||||
that, it 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue