aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/time.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el
index 140a1a817b4..660413369f9 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -37,7 +37,7 @@
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.
40Non-nil and not a string means don't check for mail. nil means use 40Non-nil and not a string means don't check for mail; nil means use
41default, which is system-dependent, and is the same as used by Rmail." 41default, 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)