From d86cc3ffcb348e6cf2c01182455387e39e1daaf9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 2 Dec 2020 18:07:54 +0200 Subject: ; * src/chartab.c, src/lisp.h: Fix typos in comments. --- src/chartab.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/chartab.c') diff --git a/src/chartab.c b/src/chartab.c index 04205ac1032..a39ffa756e4 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -1000,10 +1000,10 @@ map_sub_char_table_for_charset (void (*c_function) (Lisp_Object, Lisp_Object), "mapping table" or a "deunifier table" of a certain charset. If CHARSET is not NULL (this is the case that `map-charset-chars' - is called with non-nil FROM-CODE and TO-CODE), it is a charset who - owns TABLE, and the function is called only on a character in the + is called with non-nil FROM-CODE and TO-CODE), it is a charset that + owns TABLE, and the function is called only for characters in the range FROM and TO. FROM and TO are not character codes, but code - points of a character in CHARSET. + points of characters in CHARSET (see 'decode-char'). This function is called in these two cases: -- cgit v1.2.1