From d71c0668744bb1e0bbba4fc7e9609e7b46d74556 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 17 Jan 2000 11:41:01 +0000 Subject: [PATCH] (purecopy): Doc fix. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc.c b/src/alloc.c index 552d791616d..feb1a5b665f 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -2090,7 +2090,7 @@ make_pure_vector (len) DEFUN ("purecopy", Fpurecopy, Spurecopy, 1, 1, 0, "Make a copy of OBJECT in pure storage.\n\ Recursively copies contents of vectors and cons cells.\n\ -Does not copy symbols.") +Does not copy symbols. Copies strings without text properties.") (obj) register Lisp_Object obj; { -- 2.39.5