/[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.32 by teirllm, Tue Jun 15 22:03:33 2004 UTC revision 1.33 by teirllm, Sat Jun 19 00:33:35 2004 UTC
# Line 178  would only waste precious space." Line 178  would only waste precious space."
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.  For more information, see Info node `(emacs-xtra)Autorevert'."
 Note also that for some non-file buffers the check whether the  
 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.  
   
 To find out to which buffers this option currently applies, as  
 well as for further details, see Info node `(emacs-xtra)Autorevert'."  
188    :group 'auto-revert    :group 'auto-revert
189    :type 'boolean    :type 'boolean
190    :link '(info-link "(emacs-xtra)Autorevert"))    :link '(info-link "(emacs-xtra)Autorevert"))

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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