X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4eb4de01df384be9b8d811f7ab476eeb37ece748..fb39b937b0628f4592b07d0aa61a41cf696abd30:/src/composite.h diff --git a/src/composite.h b/src/composite.h index 68f5b27ee4..9462b932c6 100644 --- a/src/composite.h +++ b/src/composite.h @@ -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) \