]> code.delx.au - gnu-emacs/blobdiff - src/composite.h
Fix bug ref
[gnu-emacs] / src / composite.h
index 68f5b27ee42b6951c3123fd43e7e34e2100d2348..9462b932c66a1c0fc6c1b68587575357666aee33 100644 (file)
@@ -113,7 +113,7 @@ extern Lisp_Object composition_temp;
    && (end - start) == COMPOSITION_LENGTH (prop))
 
 /* Return the Nth glyph of composition specified by CMP.  CMP is a
-   pointer to `struct composition'. */
+   pointer to `struct composition'.  */
 #define COMPOSITION_GLYPH(cmp, n)                                      \
   XINT (XVECTOR (XVECTOR (XHASH_TABLE (composition_hash_table)         \
                          ->key_and_value)                              \