]> git.eshelyaron.com Git - emacs.git/commitdiff
(decode-char): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
authorEli Zaretskii <eliz@gnu.org>
Sun, 20 May 2001 04:19:41 +0000 (04:19 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 20 May 2001 04:19:41 +0000 (04:19 +0000)
lisp/international/mule.el

index 08ad67c55518c8fc2c3227c7d17ffa92c8f709cc..416e20fdebe68311c8c3e75aefe0c059b3844eb3 100644 (file)
@@ -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)