aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/time.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el
index d03b033884a..53af0db4c4b 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -36,7 +36,8 @@
36 36
37(defcustom display-time-mode nil 37(defcustom display-time-mode nil
38 "Toggle display of time, load level, and mail flag in mode lines. 38 "Toggle display of time, load level, and mail flag in mode lines.
39You must modify via \\[customize] for this variable to have an effect." 39This variable should be set only with \\[customize], which is equivalent
40to using the function `display-time-mode'.
40 :set (lambda (symbol value) 41 :set (lambda (symbol value)
41 (display-time-mode (or value 0))) 42 (display-time-mode (or value 0)))
42 :initialize 'custom-initialize-default 43 :initialize 'custom-initialize-default