From: Richard M. Stallman Date: Sun, 4 Mar 2007 18:21:03 +0000 (+0000) Subject: (Sequence Functions): Move string-bytes away, add xref. X-Git-Tag: emacs-pretest-22.0.96~277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b2815a4e3b834dec50eb6205f9f6daafe07dc05;p=emacs.git (Sequence Functions): Move string-bytes away, add xref. --- diff --git a/lispref/sequences.texi b/lispref/sequences.texi index 8087b8051cb..ac5a16e261f 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi @@ -111,12 +111,8 @@ Emacs character code. @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