diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -111,7 +111,7 @@ the number of bytes in the string; it is the number of characters. | |||
| 111 | To get the number of bytes, use `string-bytes'. | 111 | To get the number of bytes, use `string-bytes'. |
| 112 | 112 | ||
| 113 | If the length of a list is being computed to compare to a (small) | 113 | If the length of a list is being computed to compare to a (small) |
| 114 | number, the `string<', `string>' and `string=' functions may be more | 114 | number, the `length<', `length>' and `length=' functions may be more |
| 115 | efficient. */) | 115 | efficient. */) |
| 116 | (Lisp_Object sequence) | 116 | (Lisp_Object sequence) |
| 117 | { | 117 | { |