diff options
Diffstat (limited to 'src/composite.h')
-rw-r--r-- | src/composite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.h b/src/composite.h index ce47aee7098..620d5d4ce28 100644 --- a/src/composite.h +++ b/src/composite.h @@ -147,7 +147,7 @@ extern Lisp_Object composition_temp; When a composition is assigned an ID number (by get_composition_id), this structure is allocated for the - composition and linked in composition_table[ID]. + composition and linked in composition_table[ID]. Identical compositions appearing at different places have the same ID, and thus share the same instance of this structure. */ |