changeset 90338:413614f3fc44

(Fstring_bytes): Fix docstring.
author Kenichi Handa <handa@m17n.org>
date Thu, 02 Mar 2006 07:00:35 +0000
parents 56cabe957a0c
children 4a17062dd458
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {