comparison lisp/time.el @ 268:2dd411fe2f72

*** empty log message ***
author Brian Preble <rassilon@gnu.org>
date Mon, 13 May 1991 22:05:10 +0000
parents 990d2229354c
children d548f9619751
comparison
equal deleted inserted replaced
267:d83efd759350 268:2dd411fe2f72
20 20
21 (defvar display-time-mail-file nil 21 (defvar display-time-mail-file nil
22 "*File name of mail inbox file, for indicating existence of new mail. 22 "*File name of mail inbox file, for indicating existence of new mail.
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 (defconst display-time-day-and-date nil 25 ;;;###autoload
26 ;;;###autoload "*Non-nil means \\[display-time] should display day and date as well as time.") 26 (defconst display-time-day-and-date nil \"
27 *Non-nil means \\[display-time] should display day and date as well as time.")
27 28
28 (defvar display-time-process nil) 29 (defvar display-time-process nil)
29 30
30 (defvar display-time-interval 60 31 (defvar display-time-interval 60
31 "*Seconds between updates of time in the mode line.") 32 "*Seconds between updates of time in the mode line.")