mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +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):
|
* msb.el (msb-menu-cond):
|
||||||
* pcvs.el (cvs-dired-use-hook):
|
* pcvs.el (cvs-dired-use-hook):
|
||||||
* simple.el (set-mark-command-repeat-pop):
|
* 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):
|
* tutorial.el (get-lang-string, tutorial--find-changed-keys):
|
||||||
* printing.el (pr-ps-fast-fire): Fix typos in docstrings.
|
* printing.el (pr-ps-fast-fire): Fix typos in docstrings.
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
(defcustom display-time-mail-file nil
|
(defcustom display-time-mail-file nil
|
||||||
"*File name of mail inbox file, for indicating existence of new mail.
|
"*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."
|
default, which is system-dependent, and is the same as used by Rmail."
|
||||||
:type '(choice (const :tag "None" none)
|
:type '(choice (const :tag "None" none)
|
||||||
(const :tag "Default" nil)
|
(const :tag "Default" nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user