emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 5cca73d: * src/timefns.c (time_arith): Omit incorrect comment.


From: Paul Eggert
Subject: emacs-27 5cca73d: * src/timefns.c (time_arith): Omit incorrect comment.
Date: Fri, 28 Feb 2020 15:59:38 -0500 (EST)

branch: emacs-27
commit 5cca73dd82cc18322c88721f311f8e6a081849fa
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/timefns.c (time_arith): Omit incorrect comment.
---
 src/timefns.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/timefns.c b/src/timefns.c
index 46f9193..a08d3b8 100644
--- a/src/timefns.c
+++ b/src/timefns.c
@@ -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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]