diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-12-02 18:07:54 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-12-02 18:07:54 +0200 |
commit | d86cc3ffcb348e6cf2c01182455387e39e1daaf9 (patch) | |
tree | fbef754085355078069aead8b317b0362c20f644 /src/chartab.c | |
parent | 8e7325909363affe27c36d1181b60a625ea04d23 (diff) | |
download | emacs-d86cc3ffcb348e6cf2c01182455387e39e1daaf9.tar.gz emacs-d86cc3ffcb348e6cf2c01182455387e39e1daaf9.tar.bz2 emacs-d86cc3ffcb348e6cf2c01182455387e39e1daaf9.zip |
; * src/chartab.c, src/lisp.h: Fix typos in comments.
Diffstat (limited to 'src/chartab.c')
-rw-r--r-- | src/chartab.c | 6 |
1 files changed, 3 insertions, 3 deletions
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: |