]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/timefns.c (time_arith): Omit incorrect comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Feb 2020 20:58:28 +0000 (12:58 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Feb 2020 20:59:16 +0000 (12:59 -0800)
src/timefns.c

index 46f9193d6a17c7f5e454c38af364a86d603d998a..a08d3b816ffce5167aca6f944d583f870b72c7f8 100644 (file)
@@ -1033,9 +1033,7 @@ lispint_arith (Lisp_Object a, Lisp_Object b, bool subtract)
 }
 
 /* Given Lisp operands A and B, add their values, and return the
-   result as a Lisp timestamp that is in (TICKS . HZ) form if either A
-   or B are in that form or are floats, (HI LO US PS) form otherwise.
-   Subtract instead of adding if SUBTRACT.  */
+   result as a Lisp timestamp.  Subtract instead of adding if SUBTRACT.  */
 static Lisp_Object
 time_arith (Lisp_Object a, Lisp_Object b, bool subtract)
 {