From 4f8453aeb30667bd173af77cbb6f0d64abc15563 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 27 Mar 2004 04:05:23 +0000 Subject: [PATCH] (buffer-stale-function): Minor doc fix. --- lisp/files.el | 8 ++++---- 1 file 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 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. -- 2.39.5