Mercurial > emacs
changeset 27348:46cf02cace2d
(purecopy): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 17 Jan 2000 11:41:01 +0000 |
parents | 1c4d4979ffc2 |
children | f105cf4da905 |
files | src/alloc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {