* src/timefns.c (time_arith): Omit incorrect comment.
This commit is contained in:
parent
4dec693f70
commit
5cca73dd82
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue