aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/composite.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c
index 518502be49f..5c56107fb77 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -1987,7 +1987,8 @@ preceding and/or following characters, this char-table contains
1987a function to call to compose that character. 1987a function to call to compose that character.
1988 1988
1989The element at index C in the table, if non-nil, is a list of 1989The element at index C in the table, if non-nil, is a list of
1990composition rules of this form: ([PATTERN PREV-CHARS FUNC] ...) 1990composition rules of the form ([PATTERN PREV-CHARS FUNC] ...);
1991they must be in the descending order of PREV-CHARS values.
1991 1992
1992PATTERN is a regular expression which C and the surrounding 1993PATTERN is a regular expression which C and the surrounding
1993characters must match. 1994characters must match.