# HG changeset patch # User Richard M. Stallman # Date 1020189379 0 # Node ID cbfb6a5db0be319b13bf3b7c1c3f147ceba40666 # Parent 07fdd6ac83564891c5244f0432a00225c46b5f53 (display-time-mail-directory, display-time-mail-function): Doc fixes. diff -r 07fdd6ac8356 -r cbfb6a5db0be lisp/time.el --- a/lisp/time.el Tue Apr 30 17:55:02 2002 +0000 +++ b/lisp/time.el Tue Apr 30 17:56:19 2002 +0000 @@ -46,16 +46,17 @@ (defcustom display-time-mail-directory nil "*Name of mail inbox directory, for indicating existence of new mail. -Non-nil and not a string means don't check for mail. -When nil, no checking for mail in directory is done." +Any nonempty regular file in the directory is regarded as newly arrived mail. +If nil, do not check a directory for arriving mail." :type '(choice (const :tag "None" nil) (directory :format "%v")) :group 'display-time) (defcustom display-time-mail-function nil "*Function to call, for indicating existence of new mail. -nil means use the default method of checking `display-time-mail-file' -or files in `display-time-mail-directory'." +If nil, that means use the default method: check that the file +specified by `display-time-mail-file' is nonempty or that the +directory `display-time-mail-directory' contains nonempty files." :type '(choice (const :tag "Default" nil) (function)) :group 'display-time)