changeset 59200:a5d9000cf1cd

(auto-revert-tail-mode): Doc fix for defvar.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 30 Dec 2004 02:58:14 +0000
parents d6563f85d9e5
children ef3cdb46c44c
files lisp/autorevert.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/autorevert.el	Thu Dec 30 02:04:31 2004 +0000
+++ b/lisp/autorevert.el	Thu Dec 30 02:58:14 2004 +0000
@@ -123,7 +123,8 @@
 
 (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