Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
96ced23c
Commit
96ced23c
authored
Apr 06, 1998
by
Andreas Schwab
Browse files
(Flength): Doc fix.
parent
c1937d6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/fns.c
src/fns.c
+2
-2
No files found.
src/fns.c
View file @
96ced23c
...
...
@@ -109,8 +109,8 @@ DEFUN ("length", Flength, Slength, 1, 1, 0,
"Return the length of vector, list or string SEQUENCE.
\n
\
A byte-code function object is also allowed.
\n
\
If the string contains multibyte characters, this is not the necessarily
\n
\
the number of
charac
te
r
s in the string; it is the number of
by
tes.\n\
To get the number of
charac
te
r
s, use `
chars-in-
string'")
the number of
by
tes in the string; it is the number of
charac
te
r
s.
\n
\
To get the number of
by
tes, use `string
-bytes
'"
)
(
sequence
)
register
Lisp_Object
sequence
;
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment