# HG changeset patch # User Luc Teirlinck # Date 1080360323 0 # Node ID 0075e8c978c28fe5abb2dfbba8b31510efc0f754 # Parent 652f611ba65cded294b6a7670fc8041e1e0ad451 (buffer-stale-function): Minor doc fix. diff -r 652f611ba65c -r 0075e8c978c2 lisp/files.el --- a/lisp/files.el Sat Mar 27 03:54:41 2004 +0000 +++ b/lisp/files.el Sat Mar 27 04:05:23 2004 +0000 @@ -3461,10 +3461,10 @@ 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.