(Flength): Doc fix.
This commit is contained in:
parent
389ebc1310
commit
0c57d6fdae
1 changed files with 4 additions and 1 deletions
|
@ -106,7 +106,10 @@ With argument t, set the random number seed from the current time and pid.")
|
|||
|
||||
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.")
|
||||
A byte-code function object is also allowed.\n\
|
||||
If the string contains multibyte characters, this is not the necessarily\n\
|
||||
the number of characters in the string; it is the number of bytes.\n\
|
||||
To get the number of characters, use `chars-in-string'")
|
||||
(sequence)
|
||||
register Lisp_Object sequence;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue