aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index acd80bbf311..daea7463871 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1676,7 +1676,7 @@ See `current-time-string' for the various forms of a time value. */)
1676 return time_cmp (t1, t2) < 0 ? Qt : Qnil; 1676 return time_cmp (t1, t2) < 0 ? Qt : Qnil;
1677} 1677}
1678 1678
1679DEFUN ("time-equal", Ftime_equal, Stime_equal, 2, 2, 0, 1679DEFUN ("time-equal-p", Ftime_equal_p, Stime_equal_p, 2, 2, 0,
1680 doc: /* Return non-nil if T1 and T2 are equal time values. */) 1680 doc: /* Return non-nil if T1 and T2 are equal time values. */)
1681 (Lisp_Object t1, Lisp_Object t2) 1681 (Lisp_Object t1, Lisp_Object t2)
1682{ 1682{
@@ -5765,7 +5765,7 @@ it to be non-nil. */);
5765 defsubr (&Scurrent_time); 5765 defsubr (&Scurrent_time);
5766 defsubr (&Stime_add); 5766 defsubr (&Stime_add);
5767 defsubr (&Stime_subtract); 5767 defsubr (&Stime_subtract);
5768 defsubr (&Stime_equal); 5768 defsubr (&Stime_equal_p);
5769 defsubr (&Stime_less_p); 5769 defsubr (&Stime_less_p);
5770 defsubr (&Sget_internal_run_time); 5770 defsubr (&Sget_internal_run_time);
5771 defsubr (&Sformat_time_string); 5771 defsubr (&Sformat_time_string);