aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2018-09-28 10:32:41 -0700
committerPaul Eggert2018-09-28 10:37:53 -0700
commit857c2c271080ef62e57128f531cee6e974ca28fb (patch)
treecd5855c98bb8b5f18c462add82b5e2e44980a464 /doc
parent6aa93b45af9fb3631fb8fb6a04407db4d9a74107 (diff)
downloademacs-857c2c271080ef62e57128f531cee6e974ca28fb.tar.gz
emacs-857c2c271080ef62e57128f531cee6e974ca28fb.zip
Rename time-equal to time-equal-p
This is for consistency with time-less-p. * doc/lispref/os.texi (Time Calculations), etc/NEWS: * src/editfns.c (Ftime_equal_p, syms_of_editfns): * test/lisp/emacs-lisp/timer-tests.el (timer-test-multiple-of-time): Rename.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/os.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 400e6bb45c0..8ce5a5ed6d8 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1739,7 +1739,7 @@ This returns @code{t} if time value @var{t1} is less than time value
1739The result is @code{nil} if either argument is a NaN. 1739The result is @code{nil} if either argument is a NaN.
1740@end defun 1740@end defun
1741 1741
1742@defun time-equal t1 t2 1742@defun time-equal-p t1 t2
1743This returns @code{t} if @var{t1} and @var{t2} are equal time values. 1743This returns @code{t} if @var{t1} and @var{t2} are equal time values.
1744The result is @code{nil} if either argument is a NaN. 1744The result is @code{nil} if either argument is a NaN.
1745@end defun 1745@end defun