mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(display-time-mail-file): Doc fix.
This commit is contained in:
parent
511b5feb90
commit
cbb7527f8a
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user