From 180ae4074e6518259b270761c8851e2634332909 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 2 Mar 2006 07:00:35 +0000 Subject: [PATCH] (Fstring_bytes): Fix docstring. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; { -- 2.11.4.GIT