Comment change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 1995 03:45:52 +0000 (03:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 1995 03:45:52 +0000 (03:45 +0000)
src/editfns.c

index 88a20cb..783b255 100644 (file)
@@ -760,7 +760,9 @@ If you them to stand for years above 1900, you must do that yourself.")
 
   fullyear = XINT (year);
 
-  /* Adjust incoming datespec to epoch = March 1, year 0.  */
+  /* Adjust incoming datespec to epoch = March 1, year 0.
+     The "date" March 1, year 0, is an abstraction used purely for its
+     computational convenience; year 0 never existed.  */
   mon = XINT (month) - 1 + 10;
   fullyear += mon/12 - 1;
   mon %= 12;