changeset 56129:8f4caa6ad271

(buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 16 Jun 2004 01:31:13 +0000
parents cf2e292bf084
children 24a1866afb8a
files lisp/files.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.