summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/autorevert.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8bdb1b1ea4..6d7d428d0c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 1900d43d9e5..45d8d2b2ccc 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -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