Mercurial > emacs
changeset 85425:e7618e76351a
(display-time-world-time-format): Display day # not month #.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 18 Oct 2007 21:23:10 +0000 |
parents | 9fd4569b265a |
children | 78a8351088a9 |
files | lisp/time.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time.el Thu Oct 18 21:07:57 2007 +0000 +++ b/lisp/time.el Thu Oct 18 21:23:10 2007 +0000 @@ -127,7 +127,7 @@ :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