/[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.44 by teirllm, Wed Feb 16 05:00:29 2005 UTC revision 1.45 by teirllm, Wed Feb 16 14:14:56 2005 UTC
# Line 151  next editing session." Line 151  next editing session."
151    
152  (defcustom auto-revert-stop-on-user-input t  (defcustom auto-revert-stop-on-user-input t
153    "When non-nil, user input temporarily interrupts Auto-Revert Mode.    "When non-nil, user input temporarily interrupts Auto-Revert Mode.
154  When nil, Auto-Revert Mode checks files and reverts buffers, with  More precisely, Auto-Revert Mode checks for user input after
155  quitting disabled, without paying attention to user input.  Thus,  handling each buffer and does not process any further buffers
156  it might take a while before Emacs responds to your input."  \(until the next run of the timer) if user input is available.
157    When nil, Auto-Revert Mode checks files and reverts buffers,
158    with quitting disabled, without paying attention to user input.
159    Thus, it might take a while before Emacs responds to your input."
160    :group 'auto-revert    :group 'auto-revert
161    :type 'boolean)    :type 'boolean)
162    

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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