# HG changeset patch # User Eli Zaretskii # Date 990332381 0 # Node ID 7ad6db9912477d5c62b3386a4475fc79330bf35a # Parent 8968ceca15817d71f91c1bac9c5a6065f91fd416 (decode-char): Fix a typo. From Pavel Janik . diff -r 8968ceca1581 -r 7ad6db991247 lisp/international/mule.el --- a/lisp/international/mule.el Sun May 20 04:18:06 2001 +0000 +++ b/lisp/international/mule.el Sun May 20 04:19:41 2001 +0000 @@ -304,7 +304,7 @@ 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)