summaryrefslogtreecommitdiff
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 91c430fe98d..58e22889889 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1995,8 +1995,8 @@ struct Lisp_Hash_Table
hash table size to reduce collisions. */
Lisp_Object index;
- /* Non-nil if the table can be purecopied. Any changes the table after
- purecopy will result in an error. */
+ /* Non-nil if the table can be purecopied. The table cannot be
+ changed afterwards. */
Lisp_Object pure;
/* Only the fields above are traced normally by the GC. The ones below