]> git.eshelyaron.com Git - emacs.git/commitdiff
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 88a20cb7d818f598c62625ad02e976ba989c880a..783b25589722144d23efee8b1f033581cea08393 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;