projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e133b63
)
* src/alloc.c (vector): Fix grammatical error in doc string: "are" -> "is".
author
Alan Mackenzie
<acm@muc.de>
Sat, 15 Sep 2018 20:21:08 +0000
(20:21 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Sat, 15 Sep 2018 20:21:08 +0000
(20:21 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 3654d301828992c02a814e48bd2fe4c5e60a8ba9..cdfd826b9aa2e7a18833a46405e59194e0c054a0 100644
(file)
--- 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)
{