]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Small calc edits.
authorGlenn Morris <rgm@gnu.org>
Mon, 27 Jan 2014 19:56:13 +0000 (14:56 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 27 Jan 2014 19:56:13 +0000 (14:56 -0500)
In general, it is not necessary for NEWS to repeat information from an
option's doc-string.  All NEWS really has to do is advertise that the
option exists.

etc/NEWS

index 14dcb3eaf586044f4541155404b3e5bf6bd35c78..4c31e6280561bd2dfb1b499d40d79c7295a0f9ae 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -378,18 +378,18 @@ and `calendar-month-header'.
 
 ** Calc
 
++++
 *** Calc by default now uses the Gregorian calendar for all dates, and
 uses January 1, 1 AD as its day number 1.  Previously Calc used the
 Julian calendar for dates before September 14, 1752, and it used
 December 31, 1 BC as its day number 1; the new scheme is more
 consistent with Calendar's calendrical system and day numbering.
 
-*** The new variable `calc-gregorian-switch' lets you configure the
-date when Calc switches from the Julian to the Gregorian calendar.
-Nil, the default value, means to always use the Gregorian calendar.
-The value (YEAR MONTH DAY) means to start using the Gregorian calendar
-on the given date.
++++
+*** The new option `calc-gregorian-switch' lets you configure if
+(and when) Calc switches from the Julian to the Gregorian calendar.
 
++++
 *** Support for ISO 8601 dates.
 
 ** CEDET