From: Charles A. Roelli Date: Thu, 25 Oct 2018 18:40:49 +0000 (+0200) Subject: ; * lisp/help.el (with-help-window): Remove extra space in doc. X-Git-Tag: emacs-26.1.90~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ca71ce;p=emacs.git ; * lisp/help.el (with-help-window): Remove extra space in doc. --- 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 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. -Most of this is done by `help-window-setup', which see." +Most of this is done by `help-window-setup', which see." (declare (indent 1) (debug t)) `(progn ;; Make `help-window-point-marker' point nowhere. The only place