Mercurial > emacs
diff src/fns.c @ 21383:aa16b532cf4c
(Flength): Doc fix.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Mon, 06 Apr 1998 09:33:40 +0000 |
| parents | 456146137d23 |
| children | fa9ff387d260 |
line wrap: on
line diff
--- a/src/fns.c Mon Apr 06 09:26:20 1998 +0000 +++ b/src/fns.c Mon Apr 06 09:33:40 1998 +0000 @@ -109,8 +109,8 @@ "Return the length of vector, list or string SEQUENCE.\n\ A byte-code function object is also allowed.\n\ If the string contains multibyte characters, this is not the necessarily\n\ -the number of characters in the string; it is the number of bytes.\n\ -To get the number of characters, use `chars-in-string'") +the number of bytes in the string; it is the number of characters.\n\ +To get the number of bytes, use `string-bytes'") (sequence) register Lisp_Object sequence; {
