Mercurial > emacs
changeset 56124:9d0ad446b262
(global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra
manual to docstring, as well as an info-link.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 15 Jun 2004 22:03:33 +0000 |
parents | 5da249390ca5 |
children | 1f13c1cdc0b1 |
files | lisp/autorevert.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autorevert.el Tue Jun 15 21:13:34 2004 +0000 +++ b/lisp/autorevert.el Tue Jun 15 22:03:33 2004 +0000 @@ -185,9 +185,13 @@ buffer needs updating may be imperfect, due to efficiency considerations, and may not take all information listed in the buffer into account. Hence, a non-nil value for this option does -not necessarily make manual updates useless for non-file buffers." +not necessarily make manual updates useless for non-file buffers. + +To find out to which buffers this option currently applies, as +well as for further details, see Info node `(emacs-xtra)Autorevert'." :group 'auto-revert - :type 'boolean) + :type 'boolean + :link '(info-link "(emacs-xtra)Autorevert")) (defcustom global-auto-revert-ignore-modes '() "List of major modes Global Auto-Revert Mode should not check."