diff options
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el index fd53f634c69..9f25f99a149 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -205,7 +205,8 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'." 'mouse-face 'mode-line-highlight 'local-map (make-mode-line-mouse-map 'mouse-2 read-mail-command))) - "")) + "") + " ") "List of expressions governing display of the time in the mode line. For most purposes, you can control the time format using `display-time-format' which is a more standard interface. |