diff options
-rw-r--r-- | lisp/calendar/appt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 0a21ee9a382..0efac2ec34c 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -347,7 +347,7 @@ The following variables control the action of the notification: (when appt-display-mode-line (setq appt-mode-string - (concat "App't in " min-to-app " min. ")) + (concat " App't in " min-to-app " min. ")) (force-mode-line-update t) (sit-for 0)) |