diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
commit | ebd482e980b7efd4fab8673b08cc0806050b9331 (patch) | |
tree | e3cbdb7e4da19dfc6b211aeaaa04756d08eff069 /lisp/time.el | |
parent | 78708a618c05ffc96b2748cd940cb77efda9e2c7 (diff) | |
download | emacs-ebd482e980b7efd4fab8673b08cc0806050b9331.tar.gz |
Added or corrected Commentary section
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/time.el b/lisp/time.el index 562dc06d86a..492552431eb 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -20,6 +20,11 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;;; Facilities to display current time/date and a new-mail indicator +;;; in the Emacs mode line. The single entry point is `display-time'. + ;;; Code: (defvar display-time-mail-file nil |