# HG changeset patch # User Richard M. Stallman # Date 750573019 0 # Node ID 3ec2205d12b551611d594dfc86ab4fc773c69b08 # Parent ef44bf38f456d4b45701197cca32ca2e518550ad (Fcar_less_than_car): Fix typo in previous change. diff -r ef44bf38f456 -r 3ec2205d12b5 src/fileio.c --- a/src/fileio.c Thu Oct 14 04:29:17 1993 +0000 +++ b/src/fileio.c Thu Oct 14 04:30:19 1993 +0000 @@ -2866,7 +2866,7 @@ 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; {