emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Thu, 09 Feb 2006 10:49:59 +0000

Index: emacs/src/alloc.c
diff -u emacs/src/alloc.c:1.389 emacs/src/alloc.c:1.390
--- emacs/src/alloc.c:1.389     Fri Jan 27 22:14:57 2006
+++ emacs/src/alloc.c   Thu Feb  9 10:49:59 2006
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]