changeset 24647:bbed99edbecc

(display-time-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 19:00:11 +0000
parents 03b96765f4b4
children 4c102f02bdcd
files lisp/time.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time.el	Tue Apr 27 18:59:36 1999 +0000
+++ b/lisp/time.el	Tue Apr 27 19:00:11 1999 +0000
@@ -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