Mercurial > emacs
changeset 21383:aa16b532cf4c
(Flength): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 06 Apr 1998 09:33:40 +0000 |
parents | 9c3fc93e7957 |
children | f245110aa619 |
files | src/fns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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; {