From 70042c646772892b7cced9f670594fb934cc25bb Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Sat, 15 Dec 2012 20:52:11 -0600 Subject: [PATCH] * calc/calc.el (calc-standard-date-formats): Adjust one of the standard date formats. --- doc/misc/calc.texi | 2 +- lisp/ChangeLog | 5 +++++ lisp/calc/calc.el | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 138ed23eae9..71a90e1a3b3 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -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} (ISO-8601 week numbering format) @end table @node Truncating the Stack, Justification, Date Formats, Display Modes diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c441af4bf5..24718e1af02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-12-16 Jay Belanger + + * calc/calc.el (calc-standard-date-formats): Adjust one of the + standard date formats. + 2012-12-15 Juri Linkov * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index b89cfbbda36..517161a616d 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -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")) (defcalcmodevar calc-autorange-units nil "If non-nil, automatically set unit prefixes to keep units in a reasonable range.") -- 2.39.5