Mercurial > emacs
changeset 76306:f64aa3622a9d
(Sequence Functions): Move string-bytes away, add xref.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 04 Mar 2007 18:21:03 +0000 |
parents | 5799c1b80970 |
children | cbba7c4947b7 |
files | lispref/sequences.texi |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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