1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 14:01:47 -07:00

(Sequence Functions): Move string-bytes away, add xref.

This commit is contained in:
Richard M. Stallman 2007-03-04 18:21:03 +00:00
parent 62f114b3c4
commit 5b2815a4e3

View 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