/[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.33 by teirllm, Sat Jun 19 00:33:35 2004 UTC revision 1.34 by rms, Mon Jun 21 03:12:46 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
# Line 184  directories.  Dired buffers do not auto- Line 184  directories.  Dired buffers do not auto-
184  changes in subdirectories or in the contents, size, modes, etc.,  changes in subdirectories or in the contents, size, modes, etc.,
185  of files.  You may still sometimes want to revert them manually.  of files.  You may still sometimes want to revert them manually.
186    
187    Use this option with care since it could lead to excessive auto-reverts.
188  For more information, see Info node `(emacs-xtra)Autorevert'."  For more information, see Info node `(emacs-xtra)Autorevert'."
189    :group 'auto-revert    :group 'auto-revert
190    :type 'boolean    :type 'boolean

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

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