comparison lisp/international/mule-cmds.el @ 23583:e7dfcab35c8b

(select-message-coding-system): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Fri, 30 Oct 1998 10:56:15 +0000
parents f47eb2d1375c
children 3b5045c64434
comparison
equal deleted inserted replaced
23582:a96404fd053a 23583:e7dfcab35c8b
498 (2) value of `sendmail-coding-system' 498 (2) value of `sendmail-coding-system'
499 (3) value of `default-buffer-file-coding-system' 499 (3) value of `default-buffer-file-coding-system'
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
507 default-buffer-file-coding-system 507 default-buffer-file-coding-system
508 default-sendmail-coding-system))) 508 default-sendmail-coding-system)))