# HG changeset patch # User Andreas Schwab # Date 891855220 0 # Node ID aa16b532cf4c2fde821f99c0d256f1c77782a02a # Parent 9c3fc93e79572c4bcb84783e131dbb646d896fde (Flength): Doc fix. diff -r 9c3fc93e7957 -r aa16b532cf4c src/fns.c --- 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; {