diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.c | 3 |
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 | |||
| 1987 | a function to call to compose that character. | 1987 | a function to call to compose that character. |
| 1988 | 1988 | ||
| 1989 | The element at index C in the table, if non-nil, is a list of | 1989 | The element at index C in the table, if non-nil, is a list of |
| 1990 | composition rules of this form: ([PATTERN PREV-CHARS FUNC] ...) | 1990 | composition rules of the form ([PATTERN PREV-CHARS FUNC] ...); |
| 1991 | they must be in the descending order of PREV-CHARS values. | ||
| 1991 | 1992 | ||
| 1992 | PATTERN is a regular expression which C and the surrounding | 1993 | PATTERN is a regular expression which C and the surrounding |
| 1993 | characters must match. | 1994 | characters must match. |