diff options
| author | Richard M. Stallman | 2001-05-22 07:27:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-05-22 07:27:34 +0000 |
| commit | ea6f077a36abc99b8507765691a96b40de8c702a (patch) | |
| tree | 4e8a8f8ce47dfc3eae4c03fd794c5689a4f771bb | |
| parent | b3f74d2128225925b7a6bf00d8882daeb9fdcba9 (diff) | |
| download | emacs-ea6f077a36abc99b8507765691a96b40de8c702a.tar.gz emacs-ea6f077a36abc99b8507765691a96b40de8c702a.zip | |
Minor clarifications.
| -rw-r--r-- | man/mule.texi | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/man/mule.texi b/man/mule.texi index e6448760f9d..311e0fe4793 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -260,11 +260,11 @@ the Emacs session. The supported language environments include: | |||
| 260 | @cindex Euro sign | 260 | @cindex Euro sign |
| 261 | @quotation | 261 | @quotation |
| 262 | Chinese-BIG5, Chinese-CNS, Chinese-GB, Cyrillic-ALT, Cyrillic-ISO, | 262 | Chinese-BIG5, Chinese-CNS, Chinese-GB, Cyrillic-ALT, Cyrillic-ISO, |
| 263 | Cyrillic-KOI8, Czech, Devanagari, English, Ethiopic, German, Greek, | 263 | Cyrillic-KOI8, Czech, Devanagari, Dutch, English, Ethiopic, German, |
| 264 | Hebrew, IPA, Japanese, Korean, Lao, Latin-1, Latin-2, Latin-3, Latin-4, | 264 | Greek, Hebrew, IPA, Japanese, Korean, Lao, Latin-1, Latin-2, Latin-3, |
| 265 | Latin-5, Latin-8 (Celtic), Latin-9 (updated Latin-1, with the Euro | 265 | Latin-4, Latin-5, Latin-8 (Celtic), Latin-9 (updated Latin-1, with the |
| 266 | sign), Polish, Romanian, Slovak, Slovenian, Thai, Tibetan, Turkish, | 266 | Euro sign), Polish, Romanian, Slovak, Slovenian, Spanish, Thai, |
| 267 | Dutch, Spanish, and Vietnamese. | 267 | Tibetan, Turkish, and Vietnamese. |
| 268 | @end quotation | 268 | @end quotation |
| 269 | 269 | ||
| 270 | @cindex fonts for various scripts | 270 | @cindex fonts for various scripts |
| @@ -427,12 +427,13 @@ searching for what you have already entered. | |||
| 427 | @vindex input-method-verbose-flag | 427 | @vindex input-method-verbose-flag |
| 428 | @vindex input-method-highlight-flag | 428 | @vindex input-method-highlight-flag |
| 429 | The variables @code{input-method-highlight-flag} and | 429 | The variables @code{input-method-highlight-flag} and |
| 430 | @code{input-method-verbose-flag} control how input methods explain what | 430 | @code{input-method-verbose-flag} control how input methods explain |
| 431 | is happening. If @code{input-method-highlight-flag} is non-@code{nil}, | 431 | what is happening. If @code{input-method-highlight-flag} is |
| 432 | the partial sequence is highlighted in the buffer. If | 432 | non-@code{nil}, the partial sequence is highlighted in the buffer (for |
| 433 | @code{input-method-verbose-flag} is non-@code{nil}, the list of possible | 433 | most input methods---some disable this feature). If |
| 434 | characters to type next is displayed in the echo area (but not when you | 434 | @code{input-method-verbose-flag} is non-@code{nil}, the list of |
| 435 | are in the minibuffer). | 435 | possible characters to type next is displayed in the echo area (but |
| 436 | not when you are in the minibuffer). | ||
| 436 | 437 | ||
| 437 | @cindex Leim package | 438 | @cindex Leim package |
| 438 | Input methods are implemented in the separate Leim package: they are | 439 | Input methods are implemented in the separate Leim package: they are |
| @@ -500,7 +501,7 @@ select it in the current buffer by typing @kbd{C-\}. The variable | |||
| 500 | methods, you might want to use an input method different from the | 501 | methods, you might want to use an input method different from the |
| 501 | default chosen by @code{set-language-environment}. You can instruct | 502 | default chosen by @code{set-language-environment}. You can instruct |
| 502 | Emacs to select a different default input method for a certain | 503 | Emacs to select a different default input method for a certain |
| 503 | language environment if you by using | 504 | language environment, if you wish, by using |
| 504 | @code{set-language-environment-hook} (@pxref{Language Environments, | 505 | @code{set-language-environment-hook} (@pxref{Language Environments, |
| 505 | set-language-environment-hook}). For example: | 506 | set-language-environment-hook}). For example: |
| 506 | 507 | ||