Mercurial > emacs
diff lisp/autorevert.el @ 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 | 3bd95f4f2941 |
children | e3694f1cb928 146cd8369025 |
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."