# HG changeset patch # User Eli Zaretskii # Date 1146926287 0 # Node ID c24a99a3c600c12866c58e0c7252668b1f0e0cfe # Parent 95b3bccec915e72fcc1d332eaa6330197d583d5a (global-auto-revert-non-file-buffers): Point Info links to the main manual, not to emacs-xtra. diff -r 95b3bccec915 -r c24a99a3c600 lisp/autorevert.el --- 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."