# HG changeset patch # User Kenichi Handa # Date 1141282835 0 # Node ID 413614f3fc446fedd22f11b4e33a4eebfad5a4a8 # Parent 56cabe957a0c2f0e86214bc9007be985d47fc8d1 (Fstring_bytes): Fix docstring. diff -r 56cabe957a0c -r 413614f3fc44 src/fns.c --- a/src/fns.c Thu Mar 02 06:54:45 2006 +0000 +++ b/src/fns.c Thu Mar 02 07:00:35 2006 +0000 @@ -215,7 +215,7 @@ DEFUN ("string-bytes", Fstring_bytes, Sstring_bytes, 1, 1, 0, doc: /* Return the number of bytes in STRING. -If STRING is a multibyte string, this is greater than the length of STRING. */) +If STRING is multibyte, this may be greater than the length of STRING. */) (string) Lisp_Object string; {