aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-03-27 04:05:23 +0000
committerLuc Teirlinck2004-03-27 04:05:23 +0000
commit4f8453aeb30667bd173af77cbb6f0d64abc15563 (patch)
tree52f1cc919e86d4cd8434cedc88e2a0177d2765f1
parent0e3dc638b703941b404ceb237e474cd6f4ea7d90 (diff)
downloademacs-4f8453aeb30667bd173af77cbb6f0d64abc15563.tar.gz
emacs-4f8453aeb30667bd173af77cbb6f0d64abc15563.zip
(buffer-stale-function): Minor doc fix.
-rw-r--r--lisp/files.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/files.el b/lisp/files.el
index c098cbcc7ff..706c6856775 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3461,10 +3461,10 @@ Auto Revert Mode sets NOCONFIRM to t. The function should return
3461non-nil if the buffer should be reverted. The buffer is current 3461non-nil if the buffer should be reverted. The buffer is current
3462when this function is called. 3462when this function is called.
3463 3463
3464The idea behind the NOCONFIRM argument is that it should be t if 3464The idea behind the NOCONFIRM argument is that it should be
3465the buffer is going to be reverted without asking the user. In 3465non-nil if the buffer is going to be reverted without asking the
3466such situations, one has to be careful with potentially time 3466user. In such situations, one has to be careful with potentially
3467consuming operations.") 3467time consuming operations.")
3468 3468
3469(defvar before-revert-hook nil 3469(defvar before-revert-hook nil
3470 "Normal hook for `revert-buffer' to run before reverting. 3470 "Normal hook for `revert-buffer' to run before reverting.