aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-10-30 10:56:15 +0000
committerAndreas Schwab1998-10-30 10:56:15 +0000
commit48e411652a738fd818f0e3fd4d5af9a70ec2fbf7 (patch)
tree7b19750b34ee220cf72ce34da6adabfcffdf5312
parent2dc98b1d93263be605aaf3240be75698af180854 (diff)
downloademacs-48e411652a738fd818f0e3fd4d5af9a70ec2fbf7.tar.gz
emacs-48e411652a738fd818f0e3fd4d5af9a70ec2fbf7.zip
(select-message-coding-system): Doc
fix.
-rw-r--r--lisp/international/mule-cmds.el2
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:
500 (4) value of `default-sendmail-coding-system' 500 (4) value of `default-sendmail-coding-system'
501If the found coding system can't encode the current buffer, 501If the found coding system can't encode the current buffer,
502or none of them are bound to a coding system, 502or none of them are bound to a coding system,
503it asks a user to select a proper coding system." 503it asks the user to select a proper coding system."
504 (let ((coding (or (and (local-variable-p 'buffer-file-coding-system) 504 (let ((coding (or (and (local-variable-p 'buffer-file-coding-system)
505 buffer-file-coding-system) 505 buffer-file-coding-system)
506 sendmail-coding-system 506 sendmail-coding-system