(display-time-mode): Doc fix.

This commit is contained in:
Dave Love 1999-04-27 19:00:11 +00:00
parent 75cc75ddbf
commit e5638335f3

View 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