diff options
-rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 875fa90e424..aae8cf5b7ea 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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 |