emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8bc727d: ; Fix the recent `length' doc string addition


From: Št?pán N?mec
Subject: master 8bc727d: ; Fix the recent `length' doc string addition
Date: Sun, 27 Dec 2020 05:42:15 -0500 (EST)

branch: master
commit 8bc727d0b4e46554ee4e92c1d1db7d3b3e672068
Author: Štěpán Němec <stepnem@gmail.com>
Commit: Štěpán Němec <stepnem@gmail.com>

    ; 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 6aad119..217e3b6 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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]