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:
parent
62f114b3c4
commit
5b2815a4e3
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue