time-date.el: Commentary fix
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Nov 2012 14:03:44 +0000 (14:03 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 21 Nov 2012 14:03:44 +0000 (14:03 +0000)
lisp/ChangeLog
lisp/time-date.el

index d5b615d..dedf4d7 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * time-date.el: Commentary fix.
+
 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * color.el: Don't require cl.
index b953a6f..9cac659 100644 (file)
 ;; value equal to HIGH * 2^16 + LOW + USEC * 10^-6 + PSEC * 10^-12
 ;; seconds, where missing components are treated as zero.  HIGH can be
 ;; negative, either because the value is a time difference, or because
-;; the machine supports negative time stamps that fall before the
-;; epoch.  The macro `with-decoded-time-value' and the
-;; function `encode-time-value' make it easier to deal with these
-;; three formats.  See `time-subtract' for an example of how to use
-;; them.
+;; the machine supports negative time stamps that fall before the epoch.
+;; The macro `with-decoded-time-value' and the function
+;; `encode-time-value' make it easier to deal with these formats.
+;; See `time-subtract' for an example of how to use them.
 
 ;;; Code: