aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 8063ef68b7e..ddb2894daee 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -793,8 +793,9 @@ coding-system, to avoid infinite recursion.
793 793
794`:default-char' 794`:default-char'
795 795
796VALUE must be a character. On encoding, a character not supported by 796VALUE must be a character. On encoding, characters that are not
797the coding system is replaced with VALUE. 797supported by the coding system are each replaced with VALUE. If
798not specified, the default is the space character #x20.
798 799
799`:for-unibyte' 800`:for-unibyte'
800 801