diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-10-28 17:55:00 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-10-28 17:55:00 +0200 |
commit | f3050fc14e05a6eb18a70e0e7ce5d5302d5203e6 (patch) | |
tree | a5100f182b5bdbf0db39bc0c6b25d54e7df28690 /lisp/help.el | |
parent | 2fdae77eb6489a25a94f1d88a740a9672617d451 (diff) | |
parent | 3dd16a89bf410d77e9ddc41cbfbbd4b343928d6d (diff) | |
download | emacs-f3050fc14e05a6eb18a70e0e7ce5d5302d5203e6.tar.gz |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 28288e57f6e..ad782f74cac 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1326,7 +1326,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 |