comparison man/sending.texi @ 36263:11db0318031d

Remove redundant index entries.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 21 Feb 2001 15:29:46 +0000
parents 1f5dd1c73a2a
children 2e1126d1c8b2
comparison
equal deleted inserted replaced
36262:c2f7a7dc3322 36263:11db0318031d
416 In a file-visiting buffer, sending the message does not clear the 416 In a file-visiting buffer, sending the message does not clear the
417 modified flag, because only saving the file should do that. As a 417 modified flag, because only saving the file should do that. As a
418 result, you don't get a warning if you try to send the same message 418 result, you don't get a warning if you try to send the same message
419 twice. 419 twice.
420 420
421 @vindex sendmail-coding-system 421 @c This is indexed in mule.texi, node "Recognize Coding".
422 @c @vindex sendmail-coding-system
422 When you send a message that contains non-ASCII characters, they need 423 When you send a message that contains non-ASCII characters, they need
423 to be encoded with a coding system (@pxref{Coding Systems}). Usually 424 to be encoded with a coding system (@pxref{Coding Systems}). Usually
424 the coding system is specified automatically by your chosen language 425 the coding system is specified automatically by your chosen language
425 environment (@pxref{Language Environments}). You can explicitly specify 426 environment (@pxref{Language Environments}). You can explicitly specify
426 the coding system for outgoing mail by setting the variable 427 the coding system for outgoing mail by setting the variable
427 @code{sendmail-coding-system}. 428 @code{sendmail-coding-system} (@pxref{Recognize Coding}).
428 429
429 If the coding system thus determined does not handle the characters in 430 If the coding system thus determined does not handle the characters in
430 a particular message, Emacs asks you to select the coding system to use, 431 a particular message, Emacs asks you to select the coding system to use,
431 showing a list of possible coding systems. 432 showing a list of possible coding systems.
432 433