Mercurial > emacs
diff src/coding.c @ 87778:0ec6f8d26078
(select-safe-coding-system-function): Doc fix.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 16 Jan 2008 04:12:14 +0000 |
| parents | df9e1c663162 |
| children | c70e45a7acfd |
line wrap: on
line diff
--- 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;
