diff options
| author | Roland McGrath | 1991-05-13 22:37:35 +0000 |
|---|---|---|
| committer | Roland McGrath | 1991-05-13 22:37:35 +0000 |
| commit | 37b2be94f1200a35c9bc2aa675480f1e5b5058ce (patch) | |
| tree | 04d79b3009d7590d7048513a0816815d8ce2c843 | |
| parent | 581d7e0b2dfa0d430fb64fd3858bc22e2e4be404 (diff) | |
| download | emacs-37b2be94f1200a35c9bc2aa675480f1e5b5058ce.tar.gz emacs-37b2be94f1200a35c9bc2aa675480f1e5b5058ce.zip | |
*** empty log message ***
| -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 c890b64089b..fe29ca567df 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | Default is system-dependent, and is the same as used by Rmail.") | 23 | Default is system-dependent, and is the same as used by Rmail.") |
| 24 | 24 | ||
| 25 | ;;;###autoload | 25 | ;;;###autoload |
| 26 | (defconst display-time-day-and-date nil \" | 26 | (defconst display-time-day-and-date nil "\ |
| 27 | *Non-nil means \\[display-time] should display day and date as well as time.") | 27 | *Non-nil means \\[display-time] should display day and date as well as time.") |
| 28 | 28 | ||
| 29 | (defvar display-time-process nil) | 29 | (defvar display-time-process nil) |