diff options
| author | Andreas Schwab | 1998-10-30 10:56:15 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-10-30 10:56:15 +0000 |
| commit | 48e411652a738fd818f0e3fd4d5af9a70ec2fbf7 (patch) | |
| tree | 7b19750b34ee220cf72ce34da6adabfcffdf5312 | |
| parent | 2dc98b1d93263be605aaf3240be75698af180854 (diff) | |
| download | emacs-48e411652a738fd818f0e3fd4d5af9a70ec2fbf7.tar.gz emacs-48e411652a738fd818f0e3fd4d5af9a70ec2fbf7.zip | |
(select-message-coding-system): Doc
fix.
| -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: | |||
| 500 | (4) value of `default-sendmail-coding-system' | 500 | (4) value of `default-sendmail-coding-system' |
| 501 | If the found coding system can't encode the current buffer, | 501 | If the found coding system can't encode the current buffer, |
| 502 | or none of them are bound to a coding system, | 502 | or none of them are bound to a coding system, |
| 503 | it asks a user to select a proper coding system." | 503 | it 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 |