diff options
author | Jim Blandy <jimb@redhat.com> | 1993-03-21 03:23:29 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-03-21 03:23:29 +0000 |
commit | 5b8f1fc861da2d40d29dc520ffb9d8cf6ae6c044 (patch) | |
tree | 40b888bf2a2512a819ef8ab6eef51be680f2f92b /lisp/time.el | |
parent | d12ea603483127b27ca94b1d7b7d29efc468b20a (diff) | |
download | emacs-5b8f1fc861da2d40d29dc520ffb9d8cf6ae6c044.tar.gz |
* time.el (display-time): Doc fix.
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 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.") ;;;###autoload (defun display-time () - "Display current time and load level in mode line of each buffer. + "Display current time, load level, and mail flag in mode line of each buffer. Updates automatically every minute. If `display-time-day-and-date' is non-nil, the current day and date are displayed as well. |