From: Dave Love Date: Tue, 27 Apr 1999 19:00:11 +0000 (+0000) Subject: (display-time-mode): Doc fix. X-Git-Tag: emacs-20.4~302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5638335f36f7dc4e115d9b29f97e97eb3ef8959;p=emacs.git (display-time-mode): Doc fix. --- diff --git a/lisp/time.el b/lisp/time.el index 58e1dd486fb..49b9c604ae0 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -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