Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
415053a1
Commit
415053a1
authored
May 06, 2006
by
Eli Zaretskii
Browse files
(global-auto-revert-non-file-buffers): Point Info links to the main manual,
not to emacs-xtra.
parent
098c61f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/autorevert.el
lisp/autorevert.el
+2
-2
No files found.
lisp/autorevert.el
View file @
415053a1
...
...
@@ -215,10 +215,10 @@ changes in subdirectories or in the contents, size, modes, etc.,
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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment