diff options
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index b6db19d5ebe..2146fd7b8cc 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -311,7 +311,7 @@ Currently the only supported coded character set is `ucs' (ISO/IEC | |||
| 311 | translated through the char table `utf-8-translation-table-for-decode'. | 311 | translated through the char table `utf-8-translation-table-for-decode'. |
| 312 | 312 | ||
| 313 | Optional argument RESTRICTION specifies a way to map the pair of CCS | 313 | Optional argument RESTRICTION specifies a way to map the pair of CCS |
| 314 | and CODE-POINT to a character. Currently not supported and just ignored." | 314 | and CODE-POINT to a character. Currently not supported and just ignored." |
| 315 | (cond | 315 | (cond |
| 316 | ((eq ccs 'ucs) | 316 | ((eq ccs 'ucs) |
| 317 | (let ((c (cond | 317 | (let ((c (cond |