mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-11 00:06:36 -04:00
; * lisp/international/mule.el (define-coding-system): Doc fix.
This commit is contained in:
parent
ebeaa728b6
commit
7d02ffe87b
|
|
@ -793,8 +793,9 @@ coding-system, to avoid infinite recursion.
|
|||
|
||||
`:default-char'
|
||||
|
||||
VALUE must be a character. On encoding, a character not supported by
|
||||
the coding system is replaced with VALUE.
|
||||
VALUE must be a character. On encoding, characters that are not
|
||||
supported by the coding system are each replaced with VALUE. If
|
||||
not specified, the default is the space character #x20.
|
||||
|
||||
`:for-unibyte'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue