]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix the recent `length' doc string addition
authorŠtěpán Němec <stepnem@gmail.com>
Sun, 27 Dec 2020 10:43:19 +0000 (11:43 +0100)
committerŠtěpán Němec <stepnem@gmail.com>
Sun, 27 Dec 2020 10:43:19 +0000 (11:43 +0100)
src/fns.c

index 6aad119d1f922e8081e7ce43c2e828766acbf56d..217e3b62ccae1da0c02a91c02547d73007c5862a 100644 (file)
--- 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)
 {