diff options
| author | Richard M. Stallman | 2002-04-01 23:04:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-01 23:04:46 +0000 |
| commit | 65b4fec5511a20ec12c546cb89bf380eb97dfb4e (patch) | |
| tree | b1a5b4f4be29492078e2311f69d400b859f3a3e8 | |
| parent | a154a4efcee75765250f28c607bb038dfdd22615 (diff) | |
| download | emacs-65b4fec5511a20ec12c546cb89bf380eb97dfb4e.tar.gz emacs-65b4fec5511a20ec12c546cb89bf380eb97dfb4e.zip | |
Minor cleanups.
| -rw-r--r-- | man/mule.texi | 20 |
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 |
| 237 | set-language-environment}. It makes no difference which buffer is | 237 | set-language-environment}. It makes no difference which buffer is |
| 238 | current when you use this command, because the effects apply globally to | 238 | current 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 | |||
| 714 | reasons to specify a language environment. | 714 | reasons 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 | 718 | with the command @kbd{M-x prefer-coding-system}. This command reads |
| 719 | system from the minibuffer, and adds it to the front of the priority | 719 | the name of a coding system from the minibuffer, and adds it to the |
| 720 | list, so that it is preferred to all others. If you use this command | 720 | front of the priority list, so that it is preferred to all others. If |
| 721 | several times, each use adds one element to the front of the priority | 721 | you use this command several times, each use adds one element to the |
| 722 | list. | 722 | front 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 |
| 725 | type, such as @code{iso-8859-1-dos}, what this means is that Emacs | 725 | type, 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 |
| 1224 | characters. Most non-windowing terminals can only use a single | 1224 | display. Most non-windowing terminals support just a single character |
| 1225 | character set (use the variable @code{default-terminal-coding-system} | 1225 | set (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 |
| 1227 | can't be encoded in that coding system are displayed as @samp{?} by | 1227 | can't be encoded in that coding system are displayed as @samp{?} by |
| 1228 | default. | 1228 | default. |