aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-01 23:04:46 +0000
committerRichard M. Stallman2002-04-01 23:04:46 +0000
commit65b4fec5511a20ec12c546cb89bf380eb97dfb4e (patch)
treeb1a5b4f4be29492078e2311f69d400b859f3a3e8
parenta154a4efcee75765250f28c607bb038dfdd22615 (diff)
downloademacs-65b4fec5511a20ec12c546cb89bf380eb97dfb4e.tar.gz
emacs-65b4fec5511a20ec12c546cb89bf380eb97dfb4e.zip
Minor cleanups.
-rw-r--r--man/mule.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 987c8cf2557..32b7807ccb1 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -232,7 +232,7 @@ Each language environment also specifies a default input method.
232 232
233@findex set-language-environment 233@findex set-language-environment
234@vindex current-language-environment 234@vindex current-language-environment
235 To select a language environment, customize the option 235 To select a language environment, you can customize the variable
236@code{current-language-environment} or use the command @kbd{M-x 236@code{current-language-environment} or use the command @kbd{M-x
237set-language-environment}. It makes no difference which buffer is 237set-language-environment}. It makes no difference which buffer is
238current when you use this command, because the effects apply globally to 238current when you use this command, because the effects apply globally to
@@ -714,12 +714,12 @@ Czech, you probably want Latin-2 to be preferred. This is one of the
714reasons to specify a language environment. 714reasons to specify a language environment.
715 715
716@findex prefer-coding-system 716@findex prefer-coding-system
717 However, you can alter the priority list in detail with the command 717 However, you can alter the coding system priority list in detail
718@kbd{M-x prefer-coding-system}. This command reads the name of a coding 718with the command @kbd{M-x prefer-coding-system}. This command reads
719system from the minibuffer, and adds it to the front of the priority 719the name of a coding system from the minibuffer, and adds it to the
720list, so that it is preferred to all others. If you use this command 720front of the priority list, so that it is preferred to all others. If
721several times, each use adds one element to the front of the priority 721you use this command several times, each use adds one element to the
722list. 722front of the priority list.
723 723
724 If you use a coding system that specifies the end-of-line conversion 724 If you use a coding system that specifies the end-of-line conversion
725type, such as @code{iso-8859-1-dos}, what this means is that Emacs 725type, such as @code{iso-8859-1-dos}, what this means is that Emacs
@@ -1220,9 +1220,9 @@ call this function explicitly to create a fontset.
1220@node Undisplayable Characters 1220@node Undisplayable Characters
1221@section Undisplayable Characters 1221@section Undisplayable Characters
1222 1222
1223 Your terminal may be unable to display some non-ASCII 1223 There may be a some non-ASCII characters that your terminal cannot
1224characters. Most non-windowing terminals can only use a single 1224display. Most non-windowing terminals support just a single character
1225character set (use the variable @code{default-terminal-coding-system} 1225set (use the variable @code{default-terminal-coding-system}
1226(@pxref{Specify Coding}) to tell Emacs which one); characters which 1226(@pxref{Specify Coding}) to tell Emacs which one); characters which
1227can't be encoded in that coding system are displayed as @samp{?} by 1227can't be encoded in that coding system are displayed as @samp{?} by
1228default. 1228default.