(select-safe-coding-system-function): Doc fix.
This commit is contained in:
parent
28dd7fcf2f
commit
fdecf90749
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue