aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/composite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c
index d3ca16c6bdb..52fae553281 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -801,7 +801,7 @@ syms_of_composite ()
801 args[1] = Qequal; 801 args[1] = Qequal;
802 args[2] = QCweakness; 802 args[2] = QCweakness;
803 /* We used to make the hash table weak so that unreferenced 803 /* We used to make the hash table weak so that unreferenced
804 compostions can be garbage-collected. But, usually once 804 compositions can be garbage-collected. But, usually once
805 created compositions are repeatedly used in an Emacs session, 805 created compositions are repeatedly used in an Emacs session,
806 and thus it's not worth to save memory in such a way. So, we 806 and thus it's not worth to save memory in such a way. So, we
807 make the table not weak. */ 807 make the table not weak. */