summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2006-03-02 07:00:35 +0000
committerKenichi Handa <handa@m17n.org>2006-03-02 07:00:35 +0000
commit2cf69ec1b27388fca4c91cb3f60c6429270d7aef (patch)
treef1eb3c62423ca1b5be59b4f76bb7ab458bf5c699 /src/fns.c
parent87c3ea85ab0e873a7f63b9d877c7f6ebb408dd16 (diff)
downloademacs-2cf69ec1b27388fca4c91cb3f60c6429270d7aef.tar.gz
(Fstring_bytes): Fix docstring.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index c83f9fb0a9f..dd496f4c253 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -215,7 +215,7 @@ which is at least the number of distinct elements. */)
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;
{