aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-06-02 20:46:26 +0300
committerEli Zaretskii2020-06-02 20:46:26 +0300
commitacba19e24768112b13820c4e9e12eff4abc5d3b4 (patch)
tree12580b011055e241d2919633f558516af3baa995
parent22b2e9c901231312d6d8c6fd5d138b98501bc65e (diff)
downloademacs-acba19e24768112b13820c4e9e12eff4abc5d3b4.tar.gz
emacs-acba19e24768112b13820c4e9e12eff4abc5d3b4.zip
; * src/composite.c (syms_of_composite): Fix last change.
-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.