; * src/composite.c (syms_of_composite): Fix last change.

This commit is contained in:
Eli Zaretskii
2020-06-02 20:46:26 +03:00
parent 22b2e9c901
commit acba19e247

View File

@@ -1988,7 +1988,8 @@ a function to call to compose that character.
The element at index C in the table, if non-nil, is a list of
composition rules of the form ([PATTERN PREV-CHARS FUNC] ...);
they must be in the descending order of PREV-CHARS values.
the rules must be specified in the descending order of PREV-CHARS
values.
PATTERN is a regular expression which C and the surrounding
characters must match.