]> git.eshelyaron.com Git - emacs.git/commitdiff
(Flength): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Mon, 6 Apr 1998 09:33:40 +0000 (09:33 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 6 Apr 1998 09:33:40 +0000 (09:33 +0000)
src/fns.c

index 7bd7c5b613a71a2c594ec0e5343f8dd26b6602af..26a1e3ea48d7631d1a9511662b205f26b83981d5 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -109,8 +109,8 @@ DEFUN ("length", Flength, Slength, 1, 1, 0,
   "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;
 {