diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 14:08:48 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 14:08:48 +0000 |
commit | cbb7527f8af436f15af19294256eb1a35cf93d05 (patch) | |
tree | 44831a9a65394244bed7ecb05f2849a0e9e6c199 /lisp/time.el | |
parent | 511b5feb90704379e62a5c2ab8821e1b8b491663 (diff) | |
download | emacs-cbb7527f8af436f15af19294256eb1a35cf93d05.tar.gz |
(display-time-mail-file): Doc fix.
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 2 |
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 @@ (defcustom display-time-mail-file nil "*File name of mail inbox file, for indicating existence of new mail. -Non-nil and not a string means don't check for mail. nil means use +Non-nil and not a string means don't check for mail; nil means use default, which is system-dependent, and is the same as used by Rmail." :type '(choice (const :tag "None" none) (const :tag "Default" nil) |