aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-03-04 18:21:03 +0000
committerRichard M. Stallman2007-03-04 18:21:03 +0000
commit5b2815a4e3b834dec50eb6205f9f6daafe07dc05 (patch)
tree8c13ca8416467b6334f06bad9430ebd72ad845d3
parent62f114b3c4f20f91dd9754196871874a937863dd (diff)
downloademacs-5b2815a4e3b834dec50eb6205f9f6daafe07dc05.tar.gz
emacs-5b2815a4e3b834dec50eb6205f9f6daafe07dc05.zip
(Sequence Functions): Move string-bytes away, add xref.
-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