From 8bc727d0b4e46554ee4e92c1d1db7d3b3e672068 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Sun, 27 Dec 2020 11:43:19 +0100 Subject: [PATCH] ; Fix the recent `length' doc string addition --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index 6aad119d1f9..217e3b62cca 100644 --- a/src/fns.c +++ b/src/fns.c @@ -111,7 +111,7 @@ the number of bytes in the string; it is the number of characters. To get the number of bytes, use `string-bytes'. If the length of a list is being computed to compare to a (small) -number, the `string<', `string>' and `string=' functions may be more +number, the `length<', `length>' and `length=' functions may be more efficient. */) (Lisp_Object sequence) { -- 2.39.5