aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles A. Roelli2018-10-25 20:40:49 +0200
committerCharles A. Roelli2018-10-25 20:40:49 +0200
commit6ca71ceb687d238f6bdfd483e32b5c6d54bf6d1a (patch)
treee0d633b0cb74c8502cc5c9bd9b8a8b066b02c986
parentf5f95838bdac9a88ccc00886c6d59d9d5ac73647 (diff)
downloademacs-6ca71ceb687d238f6bdfd483e32b5c6d54bf6d1a.tar.gz
emacs-6ca71ceb687d238f6bdfd483e32b5c6d54bf6d1a.zip
; * lisp/help.el (with-help-window): Remove extra space in doc.
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 77e32848318..f4962143947 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1377,7 +1377,7 @@ puts 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. 1379`help-window-select' is non-nil.
1380Most of this is done by `help-window-setup', which see." 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