]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-time-mode): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 27 Apr 1999 19:00:11 +0000 (19:00 +0000)
committerDave Love <fx@gnu.org>
Tue, 27 Apr 1999 19:00:11 +0000 (19:00 +0000)
lisp/time.el

index 58e1dd486fbfd81536c9b8db61708432f859f0c3..49b9c604ae088cd5efe3e24ffbf230270388fc54 100644 (file)
@@ -36,8 +36,8 @@
 
 (defcustom display-time-mode nil
   "Toggle display of time, load level, and mail flag in mode lines.
-This variable should be set only with \\[customize], which is equivalent
-to using the function `display-time-mode'."
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `display-time-mode'."
   :set (lambda (symbol value)
         (display-time-mode (or value 0)))
   :initialize 'custom-initialize-default