From 48e411652a738fd818f0e3fd4d5af9a70ec2fbf7 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 30 Oct 1998 10:56:15 +0000 Subject: [PATCH] (select-message-coding-system): Doc fix. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5