# HG changeset patch # User Luc Teirlinck # Date 1080359681 0 # Node ID 652f611ba65cded294b6a7670fc8041e1e0ad451 # Parent fb4dd9748727bbbd3ffc6c269a04ed90dd845ccb (buffer-stale-function): Doc fix. diff -r fb4dd9748727 -r 652f611ba65c lisp/files.el --- a/lisp/files.el Sat Mar 27 02:33:49 2004 +0000 +++ b/lisp/files.el Sat Mar 27 03:54:41 2004 +0000 @@ -3461,11 +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 the same function -can also be used to ask the user whether the buffer should be -reverted. In such a situation one has to be less careful about, -say, reverting remote files, than if the function is called at -regular intervals by Auto Revert Mode.") +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.") (defvar before-revert-hook nil "Normal hook for `revert-buffer' to run before reverting.