]> git.eshelyaron.com Git - emacs.git/commitdiff
* calc/calc.el (calc-standard-date-formats): Adjust one of the
authorJay Belanger <jay.p.belanger@gmail.com>
Sun, 16 Dec 2012 02:52:11 +0000 (20:52 -0600)
committerJay Belanger <jay.p.belanger@gmail.com>
Sun, 16 Dec 2012 02:52:11 +0000 (20:52 -0600)
standard date formats.

doc/misc/calc.texi
lisp/ChangeLog
lisp/calc/calc.el

index 138ed23eae947841c3effc3e2a2d098a456482d0..71a90e1a3b317f11fb84995c2a3ea072775974ea 100644 (file)
@@ -13792,7 +13792,7 @@ command (@pxref{Mode Settings}).
 @item 10
 @samp{ZYYY-MM-DD Www< hh:mm>} (Org mode format)
 @item 11
-@samp{IYYY-Iww-w< Thh:mm:ss>} (ISO-8601 week numbering format)
+@samp{IYYY-Iww-w<Thh:mm:ss>} (ISO-8601 week numbering format)
 @end table
 
 @node Truncating the Stack, Justification, Date Formats, Display Modes
index 8c441af4bf512de86bcc2983404965805efd2738..24718e1af024896970c33b483cd2c96a79dc875e 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-standard-date-formats): Adjust one of the
+       standard date formats.
+
 2012-12-15  Juri Linkov  <juri@jurta.org>
 
        * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
index b89cfbbda367d041120875023164dd143b4928d9..517161a616d860ccd3f727b252f34d0e9bb96b58 100644 (file)
@@ -789,7 +789,7 @@ If nil, selections displayed but ignored.")
     "j<, h:mm:SS>"
     "YYddd< hh:mm:ss>"
     "ZYYY-MM-DD Www< hh:mm>"
-    "IYYY-Iww-w< Thh:mm:ss>"))
+    "IYYY-Iww-w<Thh:mm:ss>"))
 
 (defcalcmodevar calc-autorange-units nil
   "If non-nil, automatically set unit prefixes to keep units in a reasonable range.")