diff options
| author | Paul Eggert | 2018-09-28 10:32:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-09-28 10:37:53 -0700 |
| commit | 857c2c271080ef62e57128f531cee6e974ca28fb (patch) | |
| tree | cd5855c98bb8b5f18c462add82b5e2e44980a464 /doc | |
| parent | 6aa93b45af9fb3631fb8fb6a04407db4d9a74107 (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 1739 | The result is @code{nil} if either argument is a NaN. | 1739 | The 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 |
| 1743 | This returns @code{t} if @var{t1} and @var{t2} are equal time values. | 1743 | This returns @code{t} if @var{t1} and @var{t2} are equal time values. |
| 1744 | The result is @code{nil} if either argument is a NaN. | 1744 | The result is @code{nil} if either argument is a NaN. |
| 1745 | @end defun | 1745 | @end defun |