]> git.eshelyaron.com Git - emacs.git/commitdiff
(buffer-stale-function): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 27 Mar 2004 03:54:41 +0000 (03:54 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 27 Mar 2004 03:54:41 +0000 (03:54 +0000)
lisp/files.el

index fd97afa3073e121d49b03c7a9e68fa9cd5ae7bab..c098cbcc7ffc935bd5e20539232f127488549fb5 100644 (file)
@@ -3461,11 +3461,10 @@ Auto Revert Mode sets NOCONFIRM to t.  The function should return
 non-nil if the buffer should be reverted.  The buffer is current
 when this function is called.
 
-The idea behind the NOCONFIRM argument is that the same function
-can also be used to ask the user whether the buffer should be
-reverted.  In such a situation one has to be less careful about,
-say, reverting remote files, than if the function is called at
-regular intervals by Auto Revert Mode.")
+The idea behind the NOCONFIRM argument is that it should be t if
+the buffer is going to be reverted without asking the user.  In
+such situations, one has to be careful with potentially time
+consuming operations.")
 
 (defvar before-revert-hook nil
   "Normal hook for `revert-buffer' to run before reverting.