summaryrefslogtreecommitdiff
path: root/src/chartab.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-12-02 18:07:54 +0200
committerEli Zaretskii <eliz@gnu.org>2020-12-02 18:07:54 +0200
commitd86cc3ffcb348e6cf2c01182455387e39e1daaf9 (patch)
treefbef754085355078069aead8b317b0362c20f644 /src/chartab.c
parent8e7325909363affe27c36d1181b60a625ea04d23 (diff)
downloademacs-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.c6
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: