# HG changeset patch # User Juanma Barranquero # Date 1139482199 0 # Node ID 2892a36e596e3cf923b1da126020e58fda23599c # Parent 0e55eddfde775e7355206cc0936bc7009bed23e9 (Fmake_bool_vector, Fpurecopy): Doc fixes. diff -r 0e55eddfde77 -r 2892a36e596e src/alloc.c --- a/src/alloc.c Thu Feb 09 03:47:00 2006 +0000 +++ b/src/alloc.c Thu Feb 09 10:49:59 2006 +0000 @@ -2299,7 +2299,7 @@ DEFUN ("make-bool-vector", Fmake_bool_vector, Smake_bool_vector, 2, 2, 0, - doc: /* Return a new bool-vector of length LENGTH, using INIT for as each element. + doc: /* Return a new bool-vector of length LENGTH, using INIT for each element. LENGTH must be a number. INIT matters only in whether it is t or nil. */) (length, init) Lisp_Object length, init; @@ -4811,7 +4811,7 @@ DEFUN ("purecopy", Fpurecopy, Spurecopy, 1, 1, 0, - doc: /* Make a copy of OBJECT in pure storage. + doc: /* Make a copy of object OBJ in pure storage. Recursively copies contents of vectors and cons cells. Does not copy symbols. Copies strings without text properties. */) (obj)