emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master acba19e 2/2: ; * src/composite.c (syms_of_composite): Fix last ch


From: Eli Zaretskii
Subject: master acba19e 2/2: ; * src/composite.c (syms_of_composite): Fix last change.
Date: Tue, 2 Jun 2020 13:47:14 -0400 (EDT)

branch: master
commit acba19e24768112b13820c4e9e12eff4abc5d3b4
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 5c56107..2c589e4 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]