(auto-revert-interval): Doc fix.
This commit is contained in:
parent
841c4dde95
commit
ad6600754d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue