Mercurial > emacs
diff src/alloc.c @ 68741:2892a36e596e
(Fmake_bool_vector, Fpurecopy): Doc fixes.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 09 Feb 2006 10:49:59 +0000 |
| parents | 47782d80f30b |
| children | 977852fb2e3b b98066f4aa10 4b3d39451150 |
line wrap: on
line diff
--- 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)
