diff options
| author | Štěpán Němec <stepnem@gmail.com> | 2020-12-27 11:43:19 +0100 |
|---|---|---|
| committer | Štěpán Němec <stepnem@gmail.com> | 2020-12-27 11:43:19 +0100 |
| commit | 8bc727d0b4e46554ee4e92c1d1db7d3b3e672068 (patch) | |
| tree | 7d89a98c05276d00bb21c0d1cde1e595ee2f83a5 /src | |
| parent | eb98afaf354288c583ceb2fbdd647841d5c76b2d (diff) | |
; Fix the recent `length' doc string addition
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
