comparison lisp/time.el @ 24647:bbed99edbecc

(display-time-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 19:00:11 +0000
parents d0b40f823255
children 7d78745d1195
comparison
equal deleted inserted replaced
24646:03b96765f4b4 24647:bbed99edbecc
34 :group 'mail) 34 :group 'mail)
35 35
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.
39 This variable should be set only with \\[customize], which is equivalent 39 Setting this variable directly does not take effect;
40 to using the function `display-time-mode'." 40 use either \\[customize] or the function `display-time-mode'."
41 :set (lambda (symbol value) 41 :set (lambda (symbol value)
42 (display-time-mode (or value 0))) 42 (display-time-mode (or value 0)))
43 :initialize 'custom-initialize-default 43 :initialize 'custom-initialize-default
44 :type 'boolean 44 :type 'boolean
45 :group 'display-time 45 :group 'display-time