From 5b2815a4e3b834dec50eb6205f9f6daafe07dc05 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 4 Mar 2007 18:21:03 +0000 Subject: [PATCH] (Sequence Functions): Move string-bytes away, add xref. --- lispref/sequences.texi | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 -- 2.39.2