diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-02-28 06:33:06 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-02-28 06:33:06 +0100 |
commit | 1de7382b574ff9f40319d7a075d952cb944f96ca (patch) | |
tree | fef42473b64f82156f803cbc42f5bc588c49eb8c /lisp/help.el | |
parent | 0f3ce51a0d5f2aabad3d3aeb3d86d52b152deef0 (diff) | |
parent | e77fc8262ad73f30b1983f403262dce6f0e4cb09 (diff) | |
download | emacs-1de7382b574ff9f40319d7a075d952cb944f96ca.tar.gz |
Merge from origin/emacs-28
e77fc8262a Update to Org 9.5.2-22-g33543d
9bce4b67f1 ; * lisp/help.el (with-help-window): Doc fix. (Bug#54170)
558b03a958 Add explicit '--no-heading' for ripgrep
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el index 975be497e77..d60b5867792 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1929,8 +1929,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. |