aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/mule.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 311e0fe4793..3242487e5c1 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -793,7 +793,7 @@ in the file, that overrides @code{file-coding-system-alist}.
793coding system for certain patterns of file names, or for files 793coding system for certain patterns of file names, or for files
794containing certain patterns; these variables even override 794containing certain patterns; these variables even override
795@samp{-*-coding:-*-} tags in the file itself. Emacs uses 795@samp{-*-coding:-*-} tags in the file itself. Emacs uses
796@code{auto-coding-alist} for tar and archive files, to prevent Emacs 796@code{auto-coding-alist} for tar and archive files, to prevent it
797from being confused by a @samp{-*-coding:-*-} tag in a member of the 797from being confused by a @samp{-*-coding:-*-} tag in a member of the
798archive and thinking it applies to the archive file as a whole. 798archive and thinking it applies to the archive file as a whole.
799Likewise, Emacs uses @code{auto-coding-regexp-alist} to ensure that 799Likewise, Emacs uses @code{auto-coding-regexp-alist} to ensure that
@@ -834,7 +834,7 @@ set-language-environment}), and if that coding system can safely
834encode all of the characters in the buffer, Emacs uses it, and stores 834encode all of the characters in the buffer, Emacs uses it, and stores
835its value in @code{buffer-file-coding-system}. Otherwise, Emacs 835its value in @code{buffer-file-coding-system}. Otherwise, Emacs
836displays a list of coding systems suitable for encoding the buffer's 836displays a list of coding systems suitable for encoding the buffer's
837contents, and asks to choose one of those coding systems. 837contents, and asks you to choose one of those coding systems.
838 838
839 If you insert the unsuitable characters in a mail message, Emacs 839 If you insert the unsuitable characters in a mail message, Emacs
840behaves a bit differently. It additionally checks whether the 840behaves a bit differently. It additionally checks whether the
@@ -843,8 +843,8 @@ if it isn't, Emacs tells you that the most-preferred coding system is
843not recommended and prompts you for another coding system. This is so 843not recommended and prompts you for another coding system. This is so
844you won't inadvertently send a message encoded in a way that your 844you won't inadvertently send a message encoded in a way that your
845recipient's mail software will have difficulty decoding. (If you do 845recipient's mail software will have difficulty decoding. (If you do
846want to use the most-preferred coding system, you can type its name to 846want to use the most-preferred coding system, you can still type its
847Emacs prompt anyway.) 847name to Emacs prompt.)
848 848
849@vindex sendmail-coding-system 849@vindex sendmail-coding-system
850 When you send a message with Mail mode (@pxref{Sending Mail}), Emacs has 850 When you send a message with Mail mode (@pxref{Sending Mail}), Emacs has
@@ -1294,7 +1294,7 @@ characters:
1294@cindex 8-bit input 1294@cindex 8-bit input
1295@item 1295@item
1296If your keyboard can generate character codes 128 and up, representing 1296If your keyboard can generate character codes 128 and up, representing
1297non-ASCII you can type those character codes directly. 1297non-ASCII characters, you can type those character codes directly.
1298 1298
1299On a windowing terminal, you should not need to do anything special to 1299On a windowing terminal, you should not need to do anything special to
1300use these keys; they should simply work. On a text-only terminal, you 1300use these keys; they should simply work. On a text-only terminal, you
@@ -1339,7 +1339,7 @@ command names.
1339@cindex Latin-1, Latin-2 and Latin-3 input mode 1339@cindex Latin-1, Latin-2 and Latin-3 input mode
1340For Latin-1, Latin-2 and Latin-3, @kbd{M-x iso-accents-mode} installs 1340For Latin-1, Latin-2 and Latin-3, @kbd{M-x iso-accents-mode} installs
1341a minor mode which works much like the @code{latin-1-prefix} input 1341a minor mode which works much like the @code{latin-1-prefix} input
1342method does not depend on having the input methods installed. This 1342method, but does not depend on having the input methods installed. This
1343mode is buffer-local. It can be customized for various languages with 1343mode is buffer-local. It can be customized for various languages with
1344@kbd{M-x iso-accents-customize}. 1344@kbd{M-x iso-accents-customize}.
1345@end itemize 1345@end itemize