Mercurial > emacs
changeset 54597:0075e8c978c2
(buffer-stale-function): Minor doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 27 Mar 2004 04:05:23 +0000 |
parents | 652f611ba65c |
children | 4ca4b1218e81 |
files | lisp/files.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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.