Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 87777:b3c42ad1c59b | 87778:0ec6f8d26078 |
|---|---|
| 8155 &Vselect_safe_coding_system_function, | 8155 &Vselect_safe_coding_system_function, |
| 8156 doc: /* Function to call to select safe coding system for encoding a text. | 8156 doc: /* Function to call to select safe coding system for encoding a text. |
| 8157 | 8157 |
| 8158 If set, this function is called to force a user to select a proper | 8158 If set, this function is called to force a user to select a proper |
| 8159 coding system which can encode the text in the case that a default | 8159 coding system which can encode the text in the case that a default |
| 8160 coding system used in each operation can't encode the text. | 8160 coding system used in each operation can't encode the text. The |
| 8161 function should take care that the buffer is not modified while | |
| 8162 the coding system is being selected. | |
| 8161 | 8163 |
| 8162 The default value is `select-safe-coding-system' (which see). */); | 8164 The default value is `select-safe-coding-system' (which see). */); |
| 8163 Vselect_safe_coding_system_function = Qnil; | 8165 Vselect_safe_coding_system_function = Qnil; |
| 8164 | 8166 |
| 8165 DEFVAR_BOOL ("coding-system-require-warning", | 8167 DEFVAR_BOOL ("coding-system-require-warning", |
