changeset 23333:b8369b78f1ba

(help-quit): Add doc.
author Richard M. Stallman <rms@gnu.org>
date Sun, 27 Sep 1998 21:20:42 +0000
parents d0403c974cac
children 8a5e019374e6
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Sun Sep 27 21:17:26 1998 +0000
+++ b/lisp/help.el	Sun Sep 27 21:20:42 1998 +0000
@@ -168,6 +168,7 @@
 (add-hook 'temp-buffer-show-hook 'help-mode-maybe)
 
 (defun help-quit ()
+  "Just exit from the Help command's command loop."
   (interactive)
   nil)