summaryrefslogtreecommitdiff
path: root/src/charset.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-12-09 08:50:12 -0800
committerGlenn Morris <rgm@gnu.org>2020-12-09 08:50:12 -0800
commit3721cc58865673e3dd66a9d7a23d3b629432f077 (patch)
treeb5c7c6f37860f8ad847e7f9c45276b85b81db946 /src/charset.c
parent05dfbd0667bea8102a8daa7ea8894848178307ea (diff)
parent32090a3de4a32867aafeb905e5b134c72ec74175 (diff)
downloademacs-3721cc58865673e3dd66a9d7a23d3b629432f077.tar.gz
Merge from origin/emacs-27
32090a3de4 Improve documentation of streams in batch mode 34feded008 Support ks_c_5601-1987 encoding da00a6f317 Fix Xaw widget text disappearing when built with cairo (bu... 6916e7954a Improve documentation of 'ps-print-color-p' 6663b2f211 ; * lisp/simple.el (move-beginning-of-line): Doc fix. a4dd03ebe9 ; * src/charset.c (Fmap_charset_chars): Doc fix. d86cc3ffcb ; * src/chartab.c, src/lisp.h: Fix typos in comments.
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c
index 520dd3a9605..f6b5173fad4 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;