From 62f114b3c4f20f91dd9754196871874a937863dd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 4 Mar 2007 18:20:37 +0000 Subject: [PATCH] (Text Representations): Move string-bytes here. --- lispref/nonascii.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index d733cc80860..3661079c56e 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi @@ -111,6 +111,13 @@ out of range, the value is @code{nil}. Return @code{t} if @var{string} is a multibyte string. @end defun +@defun string-bytes string +@cindex string, number of bytes +This function returns the number of bytes in @var{string}. +If @var{string} is a multibyte string, this can be greater than +@code{(length @var{string})}. +@end defun + @node Converting Representations @section Converting Text Representations -- 2.39.5