From: Alan Mackenzie Date: Sat, 15 Sep 2018 20:21:08 +0000 (+0000) Subject: * src/alloc.c (vector): Fix grammatical error in doc string: "are" -> "is". X-Git-Tag: emacs-26.1.90~150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39eecb382ba3a50db5a9ddce7f1ed7c7bbbc691c;p=emacs.git * src/alloc.c (vector): Fix grammatical error in doc string: "are" -> "is". --- diff --git a/src/alloc.c b/src/alloc.c index 3654d301828..cdfd826b9aa 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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) {