aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-03-21 03:23:29 +0000
committerJim Blandy1993-03-21 03:23:29 +0000
commit7bbbf29af065a8e86021744f44b4f2c774b71e43 (patch)
tree24f1d956a17312a66e1ca4f0b28959c0f2900e71
parentc5c6addffabeff473e90cf01bb93f4838bd37da9 (diff)
downloademacs-7bbbf29af065a8e86021744f44b4f2c774b71e43.tar.gz
emacs-7bbbf29af065a8e86021744f44b4f2c774b71e43.zip
* time.el (display-time): Doc fix.
-rw-r--r--lisp/time.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el
index 8f8385937bc..562dc06d86a 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -46,7 +46,7 @@ Nil means 1 <= hh <= 12, and an AM/PM suffix is used.")
46 46
47;;;###autoload 47;;;###autoload
48(defun display-time () 48(defun display-time ()
49 "Display current time and load level in mode line of each buffer. 49 "Display current time, load level, and mail flag in mode line of each buffer.
50Updates automatically every minute. 50Updates automatically every minute.
51If `display-time-day-and-date' is non-nil, the current day and date 51If `display-time-day-and-date' is non-nil, the current day and date
52are displayed as well. 52are displayed as well.