diff options
author | Roland McGrath <roland@gnu.org> | 1991-05-13 22:37:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1991-05-13 22:37:35 +0000 |
commit | e9c655f5c1976a1b84eb725c0f1a1f50a7ed3b1e (patch) | |
tree | 73647b712e3af3f9e91862b56ca93d7bbc8612f3 /lisp/time.el | |
parent | a8aec616d1224dd48ea2d63d58c7f2ccd703fda9 (diff) | |
download | emacs-e9c655f5c1976a1b84eb725c0f1a1f50a7ed3b1e.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 c890b64089b..fe29ca567df 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -23,7 +23,7 @@ Default is system-dependent, and is the same as used by Rmail.") ;;;###autoload -(defconst display-time-day-and-date nil \" +(defconst display-time-day-and-date nil "\ *Non-nil means \\[display-time] should display day and date as well as time.") (defvar display-time-process nil) |