mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * lisp/international/mule.el (define-coding-system): Doc fix.
This commit is contained in:
parent
ebeaa728b6
commit
7d02ffe87b
1 changed files with 3 additions and 2 deletions
|
@ -793,8 +793,9 @@ coding-system, to avoid infinite recursion.
|
||||||
|
|
||||||
`:default-char'
|
`:default-char'
|
||||||
|
|
||||||
VALUE must be a character. On encoding, a character not supported by
|
VALUE must be a character. On encoding, characters that are not
|
||||||
the coding system is replaced with VALUE.
|
supported by the coding system are each replaced with VALUE. If
|
||||||
|
not specified, the default is the space character #x20.
|
||||||
|
|
||||||
`:for-unibyte'
|
`:for-unibyte'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue