From: Eli Zaretskii Date: Tue, 2 Jun 2020 17:46:26 +0000 (+0300) Subject: ; * src/composite.c (syms_of_composite): Fix last change. X-Git-Tag: emacs-28.0.90~7228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=acba19e24768112b13820c4e9e12eff4abc5d3b4;p=emacs.git ; * src/composite.c (syms_of_composite): Fix last change. --- 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.