mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(display-time-world-time-format): Display day # not month #.
This commit is contained in:
parent
b3843c6185
commit
658dcd4753
2 changed files with 5 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ LABEL is a string to display to label that zone's time."
|
|||
:type '(repeat (list string string))
|
||||
:version "23.1")
|
||||
|
||||
(defcustom display-time-world-time-format "%A %m %B %R %Z"
|
||||
(defcustom display-time-world-time-format "%A %d %B %R %Z"
|
||||
"Format of the time displayed, see `format-time-string'."
|
||||
:group 'display-time
|
||||
:type 'string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue