; Fix the recent `length' doc string addition
This commit is contained in:
parent
eb98afaf35
commit
8bc727d0b4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue