changeset 68741:2892a36e596e

(Fmake_bool_vector, Fpurecopy): Doc fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 09 Feb 2006 10:49:59 +0000
parents 0e55eddfde77
children 2d5c1a3defa7
files src/alloc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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)