1
0
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:
Alan Mackenzie 2018-09-15 20:21:08 +00:00
parent e133b63062
commit 39eecb382b

View File

@ -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)
{