mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
* src/alloc.c (vector): Fix grammatical error in doc string: "are" -> "is".
This commit is contained in:
parent
e133b63062
commit
39eecb382b
@ -3469,7 +3469,7 @@ See also the function `vector'. */)
|
||||
|
||||
DEFUN ("vector", Fvector, Svector, 0, MANY, 0,
|
||||
doc: /* Return a newly created vector with specified arguments as elements.
|
||||
Any number of arguments, even zero arguments, are allowed.
|
||||
Any number of arguments, even zero arguments, is allowed.
|
||||
usage: (vector &rest OBJECTS) */)
|
||||
(ptrdiff_t nargs, Lisp_Object *args)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user