]> git.eshelyaron.com Git - emacs.git/commitdiff
(purecopy): Doc fix.
authorDave Love <fx@gnu.org>
Mon, 17 Jan 2000 11:41:01 +0000 (11:41 +0000)
committerDave Love <fx@gnu.org>
Mon, 17 Jan 2000 11:41:01 +0000 (11:41 +0000)
src/alloc.c

index 552d791616d9baeadeddcf0437ab1232513865b9..feb1a5b665fad75e167c802ebb2afcaf9f291ed0 100644 (file)
@@ -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;
 {