aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index be03f4ebf7c..27fe3f86961 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -2301,7 +2301,7 @@ INIT must be an integer that represents a character. */)
2301 2301
2302 2302
2303DEFUN ("make-bool-vector", Fmake_bool_vector, Smake_bool_vector, 2, 2, 0, 2303DEFUN ("make-bool-vector", Fmake_bool_vector, Smake_bool_vector, 2, 2, 0,
2304 doc: /* Return a new bool-vector of length LENGTH, using INIT for as each element. 2304 doc: /* Return a new bool-vector of length LENGTH, using INIT for each element.
2305LENGTH must be a number. INIT matters only in whether it is t or nil. */) 2305LENGTH must be a number. INIT matters only in whether it is t or nil. */)
2306 (length, init) 2306 (length, init)
2307 Lisp_Object length, init; 2307 Lisp_Object length, init;
@@ -4813,7 +4813,7 @@ make_pure_vector (len)
4813 4813
4814 4814
4815DEFUN ("purecopy", Fpurecopy, Spurecopy, 1, 1, 0, 4815DEFUN ("purecopy", Fpurecopy, Spurecopy, 1, 1, 0,
4816 doc: /* Make a copy of OBJECT in pure storage. 4816 doc: /* Make a copy of object OBJ in pure storage.
4817Recursively copies contents of vectors and cons cells. 4817Recursively copies contents of vectors and cons cells.
4818Does not copy symbols. Copies strings without text properties. */) 4818Does not copy symbols. Copies strings without text properties. */)
4819 (obj) 4819 (obj)