# HG changeset patch # User Glenn Morris # Date 1200456734 0 # Node ID 0ec6f8d2607895f895f1d513048c5c74dfb00aca # Parent b3c42ad1c59b27ee2dd19634bdce8f0c415eebc9 (select-safe-coding-system-function): Doc fix. diff -r b3c42ad1c59b -r 0ec6f8d26078 src/coding.c --- a/src/coding.c Wed Jan 16 04:11:16 2008 +0000 +++ b/src/coding.c Wed Jan 16 04:12:14 2008 +0000 @@ -8157,7 +8157,9 @@ 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;