comparison lisp/time.el @ 80938:2a95a247e1ec

(display-time-mail-file): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 16 May 2007 14:05:36 +0000
parents c9111e7f82a5
children 9355f9b7bbff 31beec9ee600
comparison
equal deleted inserted replaced
80937:5f5ef6205adc 80938:2a95a247e1ec
35 :group 'mail) 35 :group 'mail)
36 36
37 37
38 (defcustom display-time-mail-file nil 38 (defcustom display-time-mail-file nil
39 "*File name of mail inbox file, for indicating existence of new mail. 39 "*File name of mail inbox file, for indicating existence of new mail.
40 Non-nil and not a string means don't check for mail. nil means use 40 Non-nil and not a string means don't check for mail; nil means use
41 default, which is system-dependent, and is the same as used by Rmail." 41 default, which is system-dependent, and is the same as used by Rmail."
42 :type '(choice (const :tag "None" none) 42 :type '(choice (const :tag "None" none)
43 (const :tag "Default" nil) 43 (const :tag "Default" nil)
44 (file :format "%v")) 44 (file :format "%v"))
45 :group 'display-time) 45 :group 'display-time)