changeset 70471:c24a99a3c600

(global-auto-revert-non-file-buffers): Point Info links to the main manual, not to emacs-xtra.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 May 2006 14:38:07 +0000
parents 95b3bccec915
children 8566e3f340ec
files lisp/autorevert.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/autorevert.el	Sat May 06 14:37:40 2006 +0000
+++ b/lisp/autorevert.el	Sat May 06 14:38:07 2006 +0000
@@ -215,10 +215,10 @@
 of files.  You may still sometimes want to revert them manually.
 
 Use this option with care since it could lead to excessive auto-reverts.
-For more information, see Info node `(emacs-xtra)Autorevert'."
+For more information, see Info node `(emacs)Autorevert'."
   :group 'auto-revert
   :type 'boolean
-  :link '(info-link "(emacs-xtra)Autorevert"))
+  :link '(info-link "(emacs)Autorevert"))
 
 (defcustom global-auto-revert-ignore-modes ()
   "List of major modes Global Auto-Revert Mode should not check."