diff options
| author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:37:40 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:37:40 +0000 |
| commit | 25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch) | |
| tree | 36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/time.el | |
| parent | 495a3f8d9e7c4471d649875ac40700830422f553 (diff) | |
| download | emacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/time.el')
| -rw-r--r-- | lisp/time.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el index 53af0db4c4b..58e1dd486fb 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -37,7 +37,7 @@ (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'. +to using the function `display-time-mode'." :set (lambda (symbol value) (display-time-mode (or value 0))) :initialize 'custom-initialize-default |
