aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index dda3f0f854c..7bfec68d5d1 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -8157,7 +8157,9 @@ Only 128th through 159th elements has a meaning. */);
8157 8157
8158If set, this function is called to force a user to select a proper 8158If set, this function is called to force a user to select a proper
8159coding system which can encode the text in the case that a default 8159coding system which can encode the text in the case that a default
8160coding system used in each operation can't encode the text. 8160coding system used in each operation can't encode the text. The
8161function should take care that the buffer is not modified while
8162the coding system is being selected.
8161 8163
8162The default value is `select-safe-coding-system' (which see). */); 8164The default value is `select-safe-coding-system' (which see). */);
8163 Vselect_safe_coding_system_function = Qnil; 8165 Vselect_safe_coding_system_function = Qnil;