# HG changeset patch # User Richard M. Stallman # Date 906931242 0 # Node ID b8369b78f1bae19f3371670e9f84e8405e8c395d # Parent d0403c974cace998420ed3a36be45be9215a5c4f (help-quit): Add doc. diff -r d0403c974cac -r b8369b78f1ba lisp/help.el --- 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)