]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/composite.c (syms_of_composite): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Jun 2020 17:46:26 +0000 (20:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Jun 2020 17:46:26 +0000 (20:46 +0300)
src/composite.c

index 5c56107fb777665f40d123246aa06c9c7ccc08d0..2c589e4f3a9eeeadbf791678dcfff24f69bf3afc 100644 (file)
@@ -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.