aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
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)
2090DEFUN ("purecopy", Fpurecopy, Spurecopy, 1, 1, 0, 2090DEFUN ("purecopy", Fpurecopy, Spurecopy, 1, 1, 0,
2091 "Make a copy of OBJECT in pure storage.\n\ 2091 "Make a copy of OBJECT in pure storage.\n\
2092Recursively copies contents of vectors and cons cells.\n\ 2092Recursively copies contents of vectors and cons cells.\n\
2093Does not copy symbols.") 2093Does not copy symbols. Copies strings without text properties.")
2094 (obj) 2094 (obj)
2095 register Lisp_Object obj; 2095 register Lisp_Object obj;
2096{ 2096{