From 958078794419307dec220c2247b7865c1f6fc7c9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 1 May 2025 21:02:39 +0300 Subject: [PATCH] ; * lisp/international/mule.el (define-coding-system): Doc fix. (cherry picked from commit 7d02ffe87b401048fe10958cdc463f3bf7676ffd) --- lisp/international/mule.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index cb2aa5b9480..9d9c2d46a93 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -809,8 +809,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' -- 2.39.5