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 | 73fa8346460c784807ee160905baad816913c446 (patch) | |
tree | 2ac5fadba5a74ed7a08a0c1e05a843838061660a /lisp/time.el | |
parent | 2f790b20af84fdca382193f16a9fb116dd12777a (diff) | |
download | emacs-73fa8346460c784807ee160905baad816913c446.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) |