aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-05-24 19:30:33 +0300
committerEli Zaretskii2018-05-24 19:30:33 +0300
commitd5e0ceb8b0a9253eb3a8bf8f68d23ef1d007e234 (patch)
tree0735899f344c0484793300c2862cab28e3283616
parente7952bdfc87aa333dfc564658bfbce6f1fbfc851 (diff)
downloademacs-d5e0ceb8b0a9253eb3a8bf8f68d23ef1d007e234.tar.gz
emacs-d5e0ceb8b0a9253eb3a8bf8f68d23ef1d007e234.zip
* lisp/help.el (with-help-window): Doc fix. (Bug#31574)
-rw-r--r--lisp/help.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 958b06c0958..77e32848318 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1376,8 +1376,8 @@ This construct is like `with-temp-buffer-window' but unlike that
1376puts the buffer specified by BUFFER-OR-NAME in `help-mode' and 1376puts the buffer specified by BUFFER-OR-NAME in `help-mode' and
1377displays a message about how to delete the help window when it's no 1377displays a message about how to delete the help window when it's no
1378longer needed. The help window will be selected if 1378longer needed. The help window will be selected if
1379`help-window-select' is non-nil. See `help-window-setup' for 1379`help-window-select' is non-nil.
1380more options." 1380Most of this is done by `help-window-setup', which see."
1381 (declare (indent 1) (debug t)) 1381 (declare (indent 1) (debug t))
1382 `(progn 1382 `(progn
1383 ;; Make `help-window-point-marker' point nowhere. The only place 1383 ;; Make `help-window-point-marker' point nowhere. The only place