From: Eli Zaretskii Date: Sun, 20 May 2001 04:19:41 +0000 (+0000) Subject: (decode-char): Fix a typo. From Pavel Janik . X-Git-Tag: emacs-pretest-21.0.104~429 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7492bc7b0c41343712f0f9fa8542117a5c47cc6;p=emacs.git (decode-char): Fix a typo. From Pavel Janik . --- 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)