Mercurial > emacs
changeset 18010:7a38a8767242
(Fmake_bool_vector): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 28 May 1997 17:19:16 +0000 |
parents | 7c256846be75 |
children | e5ae89a02d50 |
files | src/alloc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloc.c Wed May 28 04:58:36 1997 +0000 +++ b/src/alloc.c Wed May 28 17:19:16 1997 +0000 @@ -1130,8 +1130,8 @@ } DEFUN ("make-bool-vector", Fmake_bool_vector, Smake_bool_vector, 2, 2, 0, - "Return a newly created bitstring of length LENGTH, with INIT as each element.\n\ -Both LENGTH and INIT must be numbers. INIT matters only in whether it is t or nil.") + "Return a new bool-vector of length LENGTH, using INIT for as each element.\n\ +LENGTH must be a number. INIT matters only in whether it is t or nil.") (length, init) Lisp_Object length, init; {