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
ad660075
Commit
ad660075
authored
Dec 29, 2003
by
Eli Zaretskii
Browse files
(auto-revert-interval): Doc fix.
parent
841c4dde
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/autorevert.el
lisp/autorevert.el
+4
-1
No files found.
lisp/ChangeLog
View file @
ad660075
2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
* autorevert.el (auto-revert-interval): Doc fix.
2003-12-29 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-get-attribute-or-nil): New function, like
...
...
lisp/autorevert.el
View file @
ad660075
...
...
@@ -97,7 +97,10 @@ Never set this variable directly, use the command `auto-revert-mode' instead.")
(
put
'auto-revert-mode
'permanent-local
t
)
(
defcustom
auto-revert-interval
5
"Time, in seconds, between Auto-Revert Mode file checks."
"Time, in seconds, between Auto-Revert Mode file checks.
Setting this variable has no effect on buffers that are already in
auto-revert-mode; it only affects buffers that are put into
auto-revert-mode afterwards."
:group
'auto-revert
:type
'integer
)
...
...
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