summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-01-16 04:12:22 +0000
committerGlenn Morris <rgm@gnu.org>2008-01-16 04:12:22 +0000
commitfdecf90749c6594b2d47a93b4e8adb11ffb264e4 (patch)
treef4c122b9fd12962d5f96de2bc1d538e2dbc15919 /src/coding.c
parent28dd7fcf2ff4f53d5eaaf9c45624e04a6a33a9b1 (diff)
(select-safe-coding-system-function): Doc fix.
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. */);
If set, this function is called to force a user to select a proper
coding system which can encode the text in the case that a default
-coding system used in each operation can't encode the text.
+coding system used in each operation can't encode the text. The
+function should take care that the buffer is not modified while
+the coding system is being selected.
The default value is `select-safe-coding-system' (which see). */);
Vselect_safe_coding_system_function = Qnil;