emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 a4dd03e: ; * src/charset.c (Fmap_charset_chars): Doc fix.


From: Eli Zaretskii
Subject: emacs-27 a4dd03e: ; * src/charset.c (Fmap_charset_chars): Doc fix.
Date: Wed, 2 Dec 2020 11:25:43 -0500 (EST)

branch: emacs-27
commit a4dd03ebe918ebc9cfbbec70d8c8910fae822b42
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/charset.c (Fmap_charset_chars): Doc fix.
---
 src/charset.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/charset.c b/src/charset.c
index 2771b0b..7195186 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]