changeset 37826:7ad6db991247

(decode-char): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 20 May 2001 04:19:41 +0000
parents 8968ceca1581
children 00b85403781e
files lisp/international/mule.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)