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 5c56107fb77..2c589e4f3a9 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -1988,7 +1988,8 @@ a 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 the 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. 1991the rules must be specified in the descending order of PREV-CHARS
1992values.
1992 1993
1993PATTERN is a regular expression which C and the surrounding 1994PATTERN is a regular expression which C and the surrounding
1994characters must match. 1995characters must match.