comparison lisp/autorevert.el @ 56124:9d0ad446b262

(global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra manual to docstring, as well as an info-link.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 15 Jun 2004 22:03:33 +0000
parents 5514ad802f6b
children 698bb0e02eba
comparison
equal deleted inserted replaced
56123:5da249390ca5 56124:9d0ad446b262
183 Use this option with care since it could lead to excessive reverts. 183 Use this option with care since it could lead to excessive reverts.
184 Note also that for some non-file buffers the check whether the 184 Note also that for some non-file buffers the check whether the
185 buffer needs updating may be imperfect, due to efficiency 185 buffer needs updating may be imperfect, due to efficiency
186 considerations, and may not take all information listed in the 186 considerations, and may not take all information listed in the
187 buffer into account. Hence, a non-nil value for this option does 187 buffer into account. Hence, a non-nil value for this option does
188 not necessarily make manual updates useless for non-file buffers." 188 not necessarily make manual updates useless for non-file buffers.
189 :group 'auto-revert 189
190 :type 'boolean) 190 To find out to which buffers this option currently applies, as
191 well as for further details, see Info node `(emacs-xtra)Autorevert'."
192 :group 'auto-revert
193 :type 'boolean
194 :link '(info-link "(emacs-xtra)Autorevert"))
191 195
192 (defcustom global-auto-revert-ignore-modes '() 196 (defcustom global-auto-revert-ignore-modes '()
193 "List of major modes Global Auto-Revert Mode should not check." 197 "List of major modes Global Auto-Revert Mode should not check."
194 :group 'auto-revert 198 :group 'auto-revert
195 :type '(repeat sexp)) 199 :type '(repeat sexp))