comparison lisp/time.el @ 2319:d98c49df2acd

Added or corrected Commentary section
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 22:44:33 +0000
parents 6c5e38aeb94b
children e4bcdaa214b1
comparison
equal deleted inserted replaced
2318:50737ca2fd45 2319:d98c49df2acd
17 ;; GNU General Public License for more details. 17 ;; GNU General Public License for more details.
18 18
19 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs; see the file COPYING. If not, write to 20 ;; along with GNU Emacs; see the file COPYING. If not, write to
21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22
23 ;;; Commentary:
24
25 ;;; Facilities to display current time/date and a new-mail indicator
26 ;;; in the Emacs mode line. The single entry point is `display-time'.
22 27
23 ;;; Code: 28 ;;; Code:
24 29
25 (defvar display-time-mail-file nil 30 (defvar display-time-mail-file nil
26 "*File name of mail inbox file, for indicating existence of new mail. 31 "*File name of mail inbox file, for indicating existence of new mail.