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 | |
parent | 511b5feb90704379e62a5c2ab8821e1b8b491663 (diff) | |
download | emacs-cbb7527f8af436f15af19294256eb1a35cf93d05.tar.gz emacs-cbb7527f8af436f15af19294256eb1a35cf93d05.tar.bz2 emacs-cbb7527f8af436f15af19294256eb1a35cf93d05.zip |
(display-time-mail-file): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | lisp/time.el | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09c4d393da4..292fb001de2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,7 +8,8 @@ * msb.el (msb-menu-cond): * pcvs.el (cvs-dired-use-hook): * simple.el (set-mark-command-repeat-pop): - * time.el (display-time-24hr-format): Doc fixes. + * time.el (display-time-24hr-format, display-time-mail-file): + Doc fixes. * tutorial.el (get-lang-string, tutorial--find-changed-keys): * printing.el (pr-ps-fast-fire): Fix typos in docstrings. 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) |