comparison lisp/help.el @ 26650:69a74a4cd1fa

(help-mode-hook): Define.
author Dave Love <fx@gnu.org>
date Mon, 29 Nov 1999 15:46:02 +0000
parents 53779a54d9cc
children 6af9f1dc59c4
comparison
equal deleted inserted replaced
26649:2459de5485a0 26650:69a74a4cd1fa
133 "An item for `help-follow' in this buffer to push onto `help-xref-stack'. 133 "An item for `help-follow' in this buffer to push onto `help-xref-stack'.
134 The format is (FUNCTION ARGS...).") 134 The format is (FUNCTION ARGS...).")
135 (put 'help-xref-stack-item 'permanent-local t) 135 (put 'help-xref-stack-item 'permanent-local t)
136 136
137 (setq-default help-xref-stack nil help-xref-stack-item nil) 137 (setq-default help-xref-stack nil help-xref-stack-item nil)
138
139 (defcustom help-mode-hook nil
140 "Hook run by `help-mode'."
141 :type 'hook
142 :group 'help)
138 143
139 (defun help-mode () 144 (defun help-mode ()
140 "Major mode for viewing help text and navigating references in it. 145 "Major mode for viewing help text and navigating references in it.
141 Entry to this mode runs the normal hook `help-mode-hook'. 146 Entry to this mode runs the normal hook `help-mode-hook'.
142 Commands: 147 Commands: