]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix commentary in a recent commit
authorEli Zaretskii <eliz@gnu.org>
Mon, 1 May 2017 19:36:01 +0000 (22:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 1 May 2017 19:36:01 +0000 (22:36 +0300)
* test/src/editfns-tests.el (format-time-string-with-zone): Minor
copyedit in the commentary.

test/src/editfns-tests.el

index 3fd3cc1305f16cfec28a865999db20f1fa92db9b..7ed146dd91a87b4524e825726b30a13e71fa469c 100644 (file)
 ;;; even if tzdb is not in use.
 (ert-deftest format-time-string-with-zone ()
   ;; Don’t use (0 0 0 0) as the test case, as there are too many bugs
-  ;; in MSVC (and presumably other) C libraries when formatting time
-  ;; stamps near the Epoch of 1970-01-01 00:00:00 UTC, and this test
-  ;; is for GNU Emacs, not for C runtimes.  Instead, look before you
-  ;; leap: "look" is the timestamp just before the first leap second
-  ;; on 1972-06-30 23:59:60 UTC, so it should format to the same
-  ;; string regardless of whether the underlying C library ignores
-  ;; leap seconds, while avoiding circa-1970 glitches.
+  ;; in MS-Windows (and presumably other) C libraries when formatting
+  ;; time stamps near the Epoch of 1970-01-01 00:00:00 UTC, and this
+  ;; test is for GNU Emacs, not for C runtimes.  Instead, look before
+  ;; you leap: "look" is the timestamp just before the first leap
+  ;; second on 1972-06-30 23:59:60 UTC, so it should format to the
+  ;; same string regardless of whether the underlying C library
+  ;; ignores leap seconds, while avoiding circa-1970 glitches.
   (let ((look '(1202 22527 999999 999999)))
     ;; UTC.
     (should (string-equal