]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-quit): Add doc.
authorRichard M. Stallman <rms@gnu.org>
Sun, 27 Sep 1998 21:20:42 +0000 (21:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 27 Sep 1998 21:20:42 +0000 (21:20 +0000)
lisp/help.el

index ff8d18066f750f3bf651a0723ad66ede1328a562..850cf3078d9758d2bc6b58475b63abe22ff20c6c 100644 (file)
@@ -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)