# HG changeset patch # User Dave Love # Date 948109261 0 # Node ID 46cf02cace2db9ffcfd8a6428bb4f3cfae0d1128 # Parent 1c4d4979ffc254261b23c6cc4c70a5214a38919c (purecopy): Doc fix. diff -r 1c4d4979ffc2 -r 46cf02cace2d src/alloc.c --- a/src/alloc.c Mon Jan 17 09:50:58 2000 +0000 +++ b/src/alloc.c Mon Jan 17 11:41:01 2000 +0000 @@ -2090,7 +2090,7 @@ 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; {