From d1160103f04babb5d654a7e700964bfee0f8c7af Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:36:11 +0000 Subject: [PATCH] (decode-char): Fix spacing. --- lisp/international/mule.el | 2 +- lisp/international/ucs-tables.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index d988a63dbba..632683fbb24 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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) diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index 90daf055c08..50472edb2de 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el @@ -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 -- 2.39.2