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:
parent
a927f5c9af
commit
2ba0ccff3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue