From f7492bc7b0c41343712f0f9fa8542117a5c47cc6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 20 May 2001 04:19:41 +0000 Subject: [PATCH] (decode-char): Fix a typo. From Pavel Janik . --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 08ad67c5551..416e20fdebe 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -304,7 +304,7 @@ Currently the only supported coded character set is `ucs' (ISO/IEC 10646: Universal Multi-Octet Coded Character Set). Optional argument RESTRICTION specifies a way to map the pair of CCS -and CODE-POINT to a chracter. Currently not supported and just ignored." +and CODE-POINT to a character. Currently not supported and just ignored." (cond ((eq ccs 'ucs) (cond ((< code-point 160) code-point) -- 2.39.5