diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-09-27 21:20:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-09-27 21:20:42 +0000 |
commit | 3120a677e9c7e4548b13cf1fe057f59db78e1cbe (patch) | |
tree | 4c167e7dd886978f6f3d52fa8ba5cf11d0799707 /lisp/help.el | |
parent | a82e9c01771978f4e9d21b7517c84c46b538b242 (diff) | |
download | emacs-3120a677e9c7e4548b13cf1fe057f59db78e1cbe.tar.gz |
(help-quit): Add doc.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el index ff8d18066f7..850cf3078d9 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -168,6 +168,7 @@ Commands: (add-hook 'temp-buffer-show-hook 'help-mode-maybe) (defun help-quit () + "Just exit from the Help command's command loop." (interactive) nil) |