]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/international/mule.el (define-coding-system): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 May 2025 18:02:39 +0000 (21:02 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 06:54:48 +0000 (08:54 +0200)
(cherry picked from commit 7d02ffe87b401048fe10958cdc463f3bf7676ffd)

lisp/international/mule.el

index cb2aa5b9480456e2d96a56a8a9266a8fa7f1714c..9d9c2d46a93ac31d611ffc725732ee9d6b3946da 100644 (file)
@@ -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'