aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2012-11-23 12:43:29 -0600
committerJay Belanger2012-11-23 12:43:29 -0600
commit678a34f4f8e93b8c43e5cdfba423189f4767e5c5 (patch)
tree6a65fc414eaf67d5722d98884ad961adec1a7df7
parent277c8f21a139fb6727fad7fc856f31eaf183fd1e (diff)
downloademacs-678a34f4f8e93b8c43e5cdfba423189f4767e5c5.tar.gz
emacs-678a34f4f8e93b8c43e5cdfba423189f4767e5c5.zip
* doc/misc/calc.texi (Date Formatting Codes): Mention the new
beginning of the date numbering system.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/calc.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 6be52213a4a..92eda67599f 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc.texi (Date Formatting Codes): Mention the new beginning of
4 the date numbering system.
5
12012-11-22 Paul Eggert <eggert@cs.ucla.edu> 62012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!". 8 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 0ce1efbff58..7e60f4b190f 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -13439,7 +13439,7 @@ the time part. The punctuation characters (including spaces) must
13439match exactly; letter fields must correspond to suitable text in 13439match exactly; letter fields must correspond to suitable text in
13440the input. If this doesn't work, Calc checks if the input is a 13440the input. If this doesn't work, Calc checks if the input is a
13441simple number; if so, the number is interpreted as a number of days 13441simple number; if so, the number is interpreted as a number of days
13442since Jan 1, 1 AD@. Otherwise, Calc tries a much more relaxed and 13442since Dec 31, 1 BC@. Otherwise, Calc tries a much more relaxed and
13443flexible algorithm which is described in the next section. 13443flexible algorithm which is described in the next section.
13444 13444
13445Weekday names are ignored during reading. 13445Weekday names are ignored during reading.