1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

(display-time-mail-file): Add `none' to the list of

choices.
This commit is contained in:
Gerd Moellmann 2000-03-02 13:39:39 +00:00
parent 462d5d4016
commit ba611a5a3a

View File

@ -52,7 +52,8 @@ use either \\[customize] or the function `display-time-mode'."
"*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
default, which is system-dependent, and is the same as used by Rmail."
:type '(choice (const :tag "Default" nil)
:type '(choice (const :tag "(None)" none)
(const :tag "Default" nil)
(file :format "%v"))
:group 'display-time)