diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-10-18 21:23:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-10-18 21:23:32 +0000 |
commit | 658dcd4753808b503e9cd327db2033632cdd4f7c (patch) | |
tree | d1eb64fe53c056bba18eafc4649c8c889376b724 /lisp/time.el | |
parent | b3843c61858aa78d450bdaaa2e597f0a1f7b39e4 (diff) | |
download | emacs-658dcd4753808b503e9cd327db2033632cdd4f7c.tar.gz |
(display-time-world-time-format): Display day # not month #.
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el index 8bc14974315..4d94fb7aeb3 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -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 |