]> git.eshelyaron.com Git - emacs.git/commitdiff
(buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Jun 2004 01:34:15 +0000 (01:34 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Jun 2004 01:34:15 +0000 (01:34 +0000)
lisp/ChangeLog
lisp/files.el

index 6e77c78d50388e7fc9638337ee21460858ed9677..45dc495ee96adb8852430f30f176714f5c785335 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
+       manual to docstring.
+
 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
index dc84c79df8408b37b914a6721bbe32d28177a7de..2b038c8e9c64e1f08deb27840e6733eed9f27a6a 100644 (file)
@@ -3480,7 +3480,10 @@ this function is called.
 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.