aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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. */)
215 215
216DEFUN ("string-bytes", Fstring_bytes, Sstring_bytes, 1, 1, 0, 216DEFUN ("string-bytes", Fstring_bytes, Sstring_bytes, 1, 1, 0,
217 doc: /* Return the number of bytes in STRING. 217 doc: /* Return the number of bytes in STRING.
218If STRING is a multibyte string, this is greater than the length of STRING. */) 218If STRING is multibyte, this may be greater than the length of STRING. */)
219 (string) 219 (string)
220 Lisp_Object string; 220 Lisp_Object string;
221{ 221{