+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
(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