What about the following docstring?
===File ~/autorevert-diff===================================
diff -c /home/teirllm/emacscvsdir/emacs/lisp/autorevert.el.\~1.42.\~
/home/teirllm/emacscvsdir/emacs/lisp/autorevert.el
*** /home/teirllm/emacscvsdir/emacs/lisp/autorevert.el.~1.42.~ Wed Dec 29
21:08:55 2004
--- /home/teirllm/emacscvsdir/emacs/lisp/autorevert.el Sat Feb 12 19:22:19 2005
***************
*** 150,156 ****
(auto-revert-set-timer))))
(defcustom auto-revert-stop-on-user-input t
! "When non-nil Auto-Revert Mode stops checking files on user input."
:group 'auto-revert
:type 'boolean)
--- 150,161 ----
(auto-revert-set-timer))))
(defcustom auto-revert-stop-on-user-input t
! "When non-nil, user input temporarily interrupts Auto-Revert Mode.
! When nil, Auto-Revert Mode checks files and reverts buffers, with
! quitting disabled, without paying attention to user input. Thus,
! Emacs could appear to be hung for a while. When non-nil,
! Auto-Revert Mode checks for user input after handling each buffer
! and does not process any further buffers (until the next run of
! the timer) if user input is available."
:group 'auto-revert
:type 'boolean)
Diff finished. Sat Feb 12 19:24:50 2005
============================================================
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel