mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(auto-revert-tail-mode): Doc fix for defvar.
This commit is contained in:
parent
456e761bec
commit
9e559f9bda
@ -1,3 +1,7 @@
|
||||
2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
|
||||
|
||||
2004-12-29 Sanghyuk Suh <han9kin@mac.com>
|
||||
|
||||
* term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
|
||||
|
@ -123,7 +123,8 @@ Never set this variable directly, use the command `auto-revert-mode' instead.")
|
||||
|
||||
(defvar auto-revert-tail-mode nil
|
||||
"*Non-nil when Auto-Revert Tail Mode is active.
|
||||
Never set this variable directly, use the command `auto-revert-mode' instead.")
|
||||
Never set this variable directly, use the command
|
||||
`auto-revert-tail-mode' instead.")
|
||||
(put 'auto-revert-tail-mode 'permanent-local t)
|
||||
|
||||
(defvar auto-revert-timer nil
|
||||
|
Loading…
Reference in New Issue
Block a user