diff options
| author | Eli Zaretskii | 2020-12-02 18:07:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 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.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), | |||
| 1000 | "mapping table" or a "deunifier table" of a certain charset. | 1000 | "mapping table" or a "deunifier table" of a certain charset. |
| 1001 | 1001 | ||
| 1002 | If CHARSET is not NULL (this is the case that `map-charset-chars' | 1002 | If CHARSET is not NULL (this is the case that `map-charset-chars' |
| 1003 | is called with non-nil FROM-CODE and TO-CODE), it is a charset who | 1003 | is called with non-nil FROM-CODE and TO-CODE), it is a charset that |
| 1004 | owns TABLE, and the function is called only on a character in the | 1004 | owns TABLE, and the function is called only for characters in the |
| 1005 | range FROM and TO. FROM and TO are not character codes, but code | 1005 | range FROM and TO. FROM and TO are not character codes, but code |
| 1006 | points of a character in CHARSET. | 1006 | points of characters in CHARSET (see 'decode-char'). |
| 1007 | 1007 | ||
| 1008 | This function is called in these two cases: | 1008 | This function is called in these two cases: |
| 1009 | 1009 | ||