]> git.eshelyaron.com Git - emacs.git/commitdiff
Small doc fixes from Pavel Janic.
authorDave Love <fx@gnu.org>
Sun, 7 May 2000 19:09:25 +0000 (19:09 +0000)
committerDave Love <fx@gnu.org>
Sun, 7 May 2000 19:09:25 +0000 (19:09 +0000)
lisp/ChangeLog
lisp/time.el

index 7715ec5dfd68c6a374e8c01b55d07504e9e2527d..68715a4f6a91517a4edfdb65f3f800bc36f40f75 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-07  Dave Love  <fx@gnu.org>
+
+       * time.el: Small doc fixes from Pavel Janic.
+
 2000-05-05  Dave Love  <fx@gnu.org>
 
        * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
index 086ec2219dc4c5e9d6caf0902a2854599fa6f291..b9d134e0fbcff2dc79893e3eaf8dd6e1a6da9ad8 100644 (file)
@@ -1,4 +1,4 @@
-;;; time.el --- display time and load in mode line of Emacs.
+;;; time.el --- display time, load and mail indicator in mode line of Emacs.
 
 ;; Copyright (C) 1985, 86, 87, 93, 94, 96, 2000 Free Software Foundation, Inc.
 
@@ -144,12 +144,12 @@ display."
 
 (defvar display-time-mail-icon
   (find-image '((:type xbm :file "letter.xbm" :ascent 100)))
-  "Image specification to offer as the mail indictor on a grephic
+  "Image specification to offer as the mail indicator on a graphic
 display.  See `display-time-use-mail-icon' and
 `display-time-mail-face'.")
 
 (defcustom display-time-use-mail-icon nil
-  "Non-nil means use an icon as the mail indictor on a grephic display.
+  "Non-nil means use an icon as the mail indicator on a graphic display.
 Otherwise use the string \"Mail\".  The icon may consume less of the
 mode line.  It is specified by `display-time-mail-icon'."
   :group 'display-time
@@ -240,7 +240,7 @@ would give mode line times like `94/12/30 21:07:48 (UTC)'."
         (time (current-time-string now))
          (load (condition-case ()
                    (if (zerop (car (load-average))) ""
-                    ;; The load average number is myterious, so
+                    ;; The load average number is mysterious, so
                     ;; propvide some help.
                      (let ((str (format " %03d" (car (load-average)))))
                       (propertize