mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(select-message-coding-system): Doc
fix.
This commit is contained in:
parent
2dc98b1d93
commit
48e411652a
@ -500,7 +500,7 @@ in this order:
|
||||
(4) value of `default-sendmail-coding-system'
|
||||
If the found coding system can't encode the current buffer,
|
||||
or none of them are bound to a coding system,
|
||||
it asks a user to select a proper coding system."
|
||||
it asks the user to select a proper coding system."
|
||||
(let ((coding (or (and (local-variable-p 'buffer-file-coding-system)
|
||||
buffer-file-coding-system)
|
||||
sendmail-coding-system
|
||||
|
Loading…
Reference in New Issue
Block a user