1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

(Fcar_less_than_car): Fix typo in previous change.

This commit is contained in:
Richard M. Stallman 1993-10-14 04:30:19 +00:00
parent a927f5c9af
commit 2ba0ccff3a

View file

@ -2866,7 +2866,7 @@ to the file, instead of any buffer contents, and END is ignored.")
Lisp_Object merge ();
DEFUN ("car-less-than-car", Fcar_less_than_car, Scar_less_than_car, 2, 2, 0,
"Return t if (car A) is numerically less than (car B)."
"Return t if (car A) is numerically less than (car B).")
(a, b)
Lisp_Object a, b;
{