From: Paul Eggert Date: Wed, 21 Nov 2012 14:03:44 +0000 (+0000) Subject: time-date.el: Commentary fix X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=65c680ba1ac92d2af4eb7a2af8df44c50b7525a0;hp=a37c5ae47930c15eb3e526bc608ca464dbb19808 time-date.el: Commentary fix --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5b615d9e..dedf4d702 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-11-21 Paul Eggert + + * time-date.el: Commentary fix. + 2012-11-19 Stefan Monnier * color.el: Don't require cl. diff --git a/lisp/time-date.el b/lisp/time-date.el index b953a6fb2..9cac659d8 100644 --- a/lisp/time-date.el +++ b/lisp/time-date.el @@ -30,11 +30,10 @@ ;; 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: