changeset 24546:c1f5837cd35b

(display-time-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:29:55 +0000
parents 303c1eaaad3a
children ab118f20a10b
files lisp/time.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time.el	Tue Mar 30 21:29:47 1999 +0000
+++ b/lisp/time.el	Tue Mar 30 21:29:55 1999 +0000
@@ -36,7 +36,8 @@
 
 (defcustom display-time-mode nil
   "Toggle display of time, load level, and mail flag in mode lines.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `display-time-mode'.
   :set (lambda (symbol value)
 	 (display-time-mode (or value 0)))
   :initialize 'custom-initialize-default