Changeset 4079 for trunk/lisp/autorevert.el
- Timestamp:
- 2006年05月13日 11時31分18秒 (3 years ago)
- Files:
-
- trunk/lisp/autorevert.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/autorevert.el
r4037 r4079 216 216 217 217 Use this option with care since it could lead to excessive auto-reverts. 218 For more information, see Info node `(emacs -xtra)Autorevert'."218 For more information, see Info node `(emacs)Autorevert'." 219 219 :group 'auto-revert 220 220 :type 'boolean 221 :link '(info-link "(emacs -xtra)Autorevert"))221 :link '(info-link "(emacs)Autorevert")) 222 222 223 223 (defcustom global-auto-revert-ignore-modes ()
