diff options
author | Brian Preble <rassilon@gnu.org> | 1991-05-13 22:05:10 +0000 |
---|---|---|
committer | Brian Preble <rassilon@gnu.org> | 1991-05-13 22:05:10 +0000 |
commit | c5b1abe440c69393f3be34edc6dfa20cab5135ab (patch) | |
tree | 717f6e9d99892df80bf6e8ab3a1e6cd41deb79fb /lisp/time.el | |
parent | ab6404f6b6cd33a9fb57e13612ecfe70487c2299 (diff) | |
download | emacs-c5b1abe440c69393f3be34edc6dfa20cab5135ab.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/time.el b/lisp/time.el index 710daa42128..c890b64089b 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -22,8 +22,9 @@ "*File name of mail inbox file, for indicating existence of new mail. Default is system-dependent, and is the same as used by Rmail.") -;;;###autoload (defconst display-time-day-and-date nil -;;;###autoload "*Non-nil means \\[display-time] should display day and date as well as time.") +;;;###autoload +(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) |