# HG changeset patch # User Richard M. Stallman # Date 1173032463 0 # Node ID f64aa3622a9db7bfe026b43d235cf088a5278ec6 # Parent 5799c1b80970a5cad9f7b4fdf67814373afcd8ac (Sequence Functions): Move string-bytes away, add xref. diff -r 5799c1b80970 -r f64aa3622a9d lispref/sequences.texi --- a/lispref/sequences.texi Sun Mar 04 18:20:37 2007 +0000 +++ b/lispref/sequences.texi Sun Mar 04 18:21:03 2007 +0000 @@ -111,12 +111,8 @@ @end example @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 is greater than -@code{(length @var{string})}. -@end defun +@noindent +See also @code{string-bytes}, in @ref{Text Representations}. @defun elt sequence index @cindex elements of sequences