]> git.eshelyaron.com Git - emacs.git/commitdiff
(Sequence Functions): Move string-bytes away, add xref.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Mar 2007 18:21:03 +0000 (18:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Mar 2007 18:21:03 +0000 (18:21 +0000)
lispref/sequences.texi

index 8087b8051cb86878ce1817fb7fb14ded99acb28d..ac5a16e261f8dc9ec4098e8498fce6c703a43ef7 100644 (file)
@@ -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