From: Dave Love Date: Mon, 17 Jan 2000 11:41:01 +0000 (+0000) Subject: (purecopy): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~5331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d71c0668744bb1e0bbba4fc7e9609e7b46d74556;p=emacs.git (purecopy): Doc fix. --- 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; {