emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 9bce4b67f1: ; * lisp/help.el (with-help-window): Doc fix. (Bug


From: Eli Zaretskii
Subject: emacs-28 9bce4b67f1: ; * lisp/help.el (with-help-window): Doc fix. (Bug#54170)
Date: Sun, 27 Feb 2022 08:55:08 -0500 (EST)

branch: emacs-28
commit 9bce4b67f1770e288a16b44478f1a6dfdc1fc177
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/help.el (with-help-window): Doc fix.  (Bug#54170)
---
 lisp/help.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/help.el b/lisp/help.el
index 55fc61172d..fd331ac0d4 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]