aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-09-27 21:20:42 +0000
committerRichard M. Stallman1998-09-27 21:20:42 +0000
commit3120a677e9c7e4548b13cf1fe057f59db78e1cbe (patch)
tree4c167e7dd886978f6f3d52fa8ba5cf11d0799707
parenta82e9c01771978f4e9d21b7517c84c46b538b242 (diff)
downloademacs-3120a677e9c7e4548b13cf1fe057f59db78e1cbe.tar.gz
emacs-3120a677e9c7e4548b13cf1fe057f59db78e1cbe.zip
(help-quit): Add doc.
-rw-r--r--lisp/help.el1
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:
168(add-hook 'temp-buffer-show-hook 'help-mode-maybe) 168(add-hook 'temp-buffer-show-hook 'help-mode-maybe)
169 169
170(defun help-quit () 170(defun help-quit ()
171 "Just exit from the Help command's command loop."
171 (interactive) 172 (interactive)
172 nil) 173 nil)
173 174