diff src/coding.c @ 91367:c70e45a7acfd

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:57:28 +0000
parents 56f3473b139e 0ec6f8d26078
children 419a669bc4f2
line wrap: on
line diff
--- a/src/coding.c	Wed Jan 30 06:40:42 2008 +0000
+++ b/src/coding.c	Wed Jan 30 07:57:28 2008 +0000
@@ -9810,7 +9810,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;