From: Eli Zaretskii Date: Wed, 2 Dec 2020 16:25:10 +0000 (+0200) Subject: ; * src/charset.c (Fmap_charset_chars): Doc fix. X-Git-Tag: emacs-27.1.90~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4dd03ebe918ebc9cfbbec70d8c8910fae822b42;p=emacs.git ; * src/charset.c (Fmap_charset_chars): Doc fix. --- 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 characters contained in CHARSET. The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the -range of code points (in CHARSET) of target characters. */) +range of code points (in CHARSET) of target characters. Note that +these are not character codes, but code points in CHARSET; for the +difference see `decode-char' and `list-charset-chars'. */) (Lisp_Object function, Lisp_Object charset, Lisp_Object arg, Lisp_Object from_code, Lisp_Object to_code) { struct charset *cs;