From: Luc Teirlinck Date: Sat, 27 Mar 2004 04:05:23 +0000 (+0000) Subject: (buffer-stale-function): Minor doc fix. X-Git-Tag: ttn-vms-21-2-B4~7067 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f8453aeb30667bd173af77cbb6f0d64abc15563;p=emacs.git (buffer-stale-function): Minor doc fix. --- 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 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 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.") +The idea behind the NOCONFIRM argument is that it should be +non-nil 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.