From: Richard M. Stallman Date: Sun, 27 Sep 1998 21:20:42 +0000 (+0000) Subject: (help-quit): Add doc. X-Git-Tag: emacs-20.4~1616 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3120a677e9c7e4548b13cf1fe057f59db78e1cbe;p=emacs.git (help-quit): Add doc. --- 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)