comparison lisp/time.el @ 24546:c1f5837cd35b

(display-time-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:29:55 +0000
parents 808ecc2eaa84
children d0b40f823255
comparison
equal deleted inserted replaced
24545:303c1eaaad3a 24546:c1f5837cd35b
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 You must modify via \\[customize] for this variable to have an effect." 39 This variable should be set only with \\[customize], which is equivalent
40 to 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
43 :type 'boolean 44 :type 'boolean
44 :group 'display-time 45 :group 'display-time