# HG changeset patch # User Luc Teirlinck # Date 1087349473 0 # Node ID 8f4caa6ad271c3dc8724f9cb9002323861196cb9 # Parent cf2e292bf0841d0de6ca76496bf156441b833643 (buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring. diff -r cf2e292bf084 -r 8f4caa6ad271 lisp/files.el --- a/lisp/files.el Wed Jun 16 01:24:00 2004 +0000 +++ b/lisp/files.el Wed Jun 16 01:31:13 2004 +0000 @@ -3480,7 +3480,10 @@ 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.") +time consuming operations. + +For more information on how this variable is used by Auto Revert mode, +see Info node `(emacs-xtra)Supporting additional buffers'.") (defvar before-revert-hook nil "Normal hook for `revert-buffer' to run before reverting.