]> git.eshelyaron.com Git - emacs.git/commitdiff
(decode-char): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:36:11 +0000 (09:36 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:36:11 +0000 (09:36 +0000)
lisp/international/mule.el
lisp/international/ucs-tables.el

index d988a63dbba3224f62813cf7291f8c33d6666b8a..632683fbb24765a84787ee70e65c0df842424817 100644 (file)
@@ -306,7 +306,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 character.   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)
index 90daf055c08613980b47ad40950cf1a1fb7f222e..50472edb2deca3d2c4e747df20ab1b86450914a5 100644 (file)
@@ -2529,7 +2529,7 @@ Currently the only supported coded character set is `ucs' (ISO/IEC
 translated through the char table `utf-8-translation-table-for-decode'.
 
 Optional argument RESTRICTION specifies a way to map the pair of CCS
-and CODE-POINT to a character.   Currently not supported and just ignored."
+and CODE-POINT to a character.  Currently not supported and just ignored."
   (cond
    ((eq ccs 'ucs)
     (let ((c (cond