]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-revert-tail-mode): Doc fix for defvar.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 30 Dec 2004 03:01:28 +0000 (03:01 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 30 Dec 2004 03:01:28 +0000 (03:01 +0000)
lisp/ChangeLog
lisp/autorevert.el

index b8bdb1b1ea40de0c6c79038e614a9d240573f5f5..6d7d428d0c2e07361bc31a202928d6666d2d300b 100644 (file)
@@ -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
index 1900d43d9e59d574036709bf5402ac1f6b1ff725..45d8d2b2ccc382bbafd977dd0179466b00c9a14c 100644 (file)
@@ -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