diff options
| author | Eli Zaretskii | 2020-12-02 18:25:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-12-02 18:25:10 +0200 |
| commit | a4dd03ebe918ebc9cfbbec70d8c8910fae822b42 (patch) | |
| tree | 99ff70c33300f204fb59fcf9fb6dbd388484cf51 /src | |
| parent | d86cc3ffcb348e6cf2c01182455387e39e1daaf9 (diff) | |
| download | emacs-a4dd03ebe918ebc9cfbbec70d8c8910fae822b42.tar.gz emacs-a4dd03ebe918ebc9cfbbec70d8c8910fae822b42.zip | |
; * src/charset.c (Fmap_charset_chars): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index 2771b0ba2ac..719518642ce 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -800,7 +800,9 @@ RANGE is a cons (FROM . TO), where FROM and TO indicate a range of | |||
| 800 | characters contained in CHARSET. | 800 | characters contained in CHARSET. |
| 801 | 801 | ||
| 802 | The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the | 802 | The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the |
| 803 | range of code points (in CHARSET) of target characters. */) | 803 | range of code points (in CHARSET) of target characters. Note that |
| 804 | these are not character codes, but code points in CHARSET; for the | ||
| 805 | difference see `decode-char' and `list-charset-chars'. */) | ||
| 804 | (Lisp_Object function, Lisp_Object charset, Lisp_Object arg, Lisp_Object from_code, Lisp_Object to_code) | 806 | (Lisp_Object function, Lisp_Object charset, Lisp_Object arg, Lisp_Object from_code, Lisp_Object to_code) |
| 805 | { | 807 | { |
| 806 | struct charset *cs; | 808 | struct charset *cs; |