comparison lisp/help.el @ 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 9487b796b92c
comparison
equal deleted inserted replaced
23332:d0403c974cac 23333:b8369b78f1ba
166 (list (cons (selected-window) help-return-method)))) 166 (list (cons (selected-window) help-return-method))))
167 167
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
174 (defun help-with-tutorial (&optional arg) 175 (defun help-with-tutorial (&optional arg)
175 "Select the Emacs learn-by-doing tutorial. 176 "Select the Emacs learn-by-doing tutorial.