/[emacs]/emacs/lisp/autorevert.el
ViewVC logotype

Diff of /emacs/lisp/autorevert.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15.2.7 by miles, Tue Jul 6 09:38:05 2004 UTC revision 1.15.2.8 by miles, Tue Jul 6 10:17:15 2004 UTC
# Line 174  would only waste precious space." Line 174  would only waste precious space."
174    :type 'hook)    :type 'hook)
175    
176  (defcustom global-auto-revert-non-file-buffers nil  (defcustom global-auto-revert-non-file-buffers nil
177    "When nil only file buffers are reverted by Global Auto-Revert Mode.    "When nil, Global Auto-Revert mode operates only on file-visiting buffers.
178    
179  When non-nil, both file buffers and buffers with a custom  When non-nil, both file buffers and buffers with a custom
180  `revert-buffer-function' and a `buffer-stale-function' are  `revert-buffer-function' and a `buffer-stale-function' are
181  reverted by Global Auto-Revert Mode.  reverted by Global Auto-Revert mode.  These include the Buffer
182    List buffer, and Dired buffers showing complete local
183    directories.  Dired buffers do not auto-revert as a result of
184    changes in subdirectories or in the contents, size, modes, etc.,
185    of files.  You may still sometimes want to revert them manually.
186    
187  Use this option with care since it could lead to excessive reverts.  Use this option with care since it could lead to excessive auto-reverts.
188  Note also that for some non-file buffers the check whether the  For more information, see Info node `(emacs-xtra)Autorevert'."
 buffer needs updating may be imperfect, due to efficiency  
 considerations, and may not take all information listed in the  
 buffer into account.  Hence, a non-nil value for this option does  
 not necessarily make manual updates useless for non-file buffers."  
189    :group 'auto-revert    :group 'auto-revert
190    :type 'boolean)    :type 'boolean
191      :link '(info-link "(emacs-xtra)Autorevert"))
192    
193  (defcustom global-auto-revert-ignore-modes '()  (defcustom global-auto-revert-ignore-modes '()
194    "List of major modes Global Auto-Revert Mode should not check."    "List of major modes Global Auto-Revert Mode should not check."

Legend:
Removed from v.1.15.2.7  
changed lines
  Added in v.1.15.2.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26