[gnus git] branch master updated: m0-5-166-g65c680b =1= time-date.el: Commentary fix
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 65c680ba1ac92d2af4eb7a2af8df44c50b7525a0 (commit)
from a37c5ae47930c15eb3e526bc608ca464dbb19808 (commit)
- Log -----------------------------------------------------------------
commit 65c680ba1ac92d2af4eb7a2af8df44c50b7525a0
Author: Paul Eggert <[email protected]>
Date: Wed Nov 21 14:03:44 2012 +0000
time-date.el: Commentary fix
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d5b615d..dedf4d7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-21 Paul Eggert <[email protected]>
+
+ * time-date.el: Commentary fix.
+
2012-11-19 Stefan Monnier <[email protected]>
* color.el: Don't require cl.
diff --git a/lisp/time-date.el b/lisp/time-date.el
index b953a6f..9cac659 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:
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/time-date.el | 9 ++++-----
2 files changed, 8 insertions(+), 5 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project