aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/sequences.texi8
1 files 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.
111@end example 111@end example
112@end defun 112@end defun
113 113
114@defun string-bytes string 114@noindent
115@cindex string, number of bytes 115See also @code{string-bytes}, in @ref{Text Representations}.
116This function returns the number of bytes in @var{string}.
117If @var{string} is a multibyte string, this is greater than
118@code{(length @var{string})}.
119@end defun
120 116
121@defun elt sequence index 117@defun elt sequence index
122@cindex elements of sequences 118@cindex elements of sequences