mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 19:07:34 +00:00
(decode-char): Fix spacing.
This commit is contained in:
parent
f6ec463510
commit
e7fea150cd
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue