1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

(purecopy): Doc fix.

This commit is contained in:
Dave Love 2000-01-17 11:41:01 +00:00
parent d36100c99b
commit d71c066874

View 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;
{