diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-31 08:29:02 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-31 08:31:14 -0800 |
commit | a727a0303eb34858389cb4331944e0e63411f2ff (patch) | |
tree | cc19d451a63284078593cb49056078e65b4a8678 /src/lisp.h | |
parent | 52a1ce65d693daaa395e7d594ec441ab7b652d70 (diff) | |
download | emacs-a727a0303eb34858389cb4331944e0e63411f2ff.tar.gz |
* src/alloc.c, src/lisp.h: Fix minor glitches in recent changes.
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 4 |
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 |