From acba19e24768112b13820c4e9e12eff4abc5d3b4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 2 Jun 2020 20:46:26 +0300 Subject: [PATCH] ; * src/composite.c (syms_of_composite): Fix last change. --- src/composite.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. 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. -- 2.39.5