From 65c680ba1ac92d2af4eb7a2af8df44c50b7525a0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 21 Nov 2012 14:03:44 +0000 Subject: [PATCH 1/1] time-date.el: Commentary fix --- lisp/ChangeLog | 4 ++++ lisp/time-date.el | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) 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: -- 2.25.1