aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-05-22 07:27:34 +0000
committerRichard M. Stallman2001-05-22 07:27:34 +0000
commitea6f077a36abc99b8507765691a96b40de8c702a (patch)
tree4e8a8f8ce47dfc3eae4c03fd794c5689a4f771bb
parentb3f74d2128225925b7a6bf00d8882daeb9fdcba9 (diff)
downloademacs-ea6f077a36abc99b8507765691a96b40de8c702a.tar.gz
emacs-ea6f077a36abc99b8507765691a96b40de8c702a.zip
Minor clarifications.
-rw-r--r--man/mule.texi25
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
262Chinese-BIG5, Chinese-CNS, Chinese-GB, Cyrillic-ALT, Cyrillic-ISO, 262Chinese-BIG5, Chinese-CNS, Chinese-GB, Cyrillic-ALT, Cyrillic-ISO,
263Cyrillic-KOI8, Czech, Devanagari, English, Ethiopic, German, Greek, 263Cyrillic-KOI8, Czech, Devanagari, Dutch, English, Ethiopic, German,
264Hebrew, IPA, Japanese, Korean, Lao, Latin-1, Latin-2, Latin-3, Latin-4, 264Greek, Hebrew, IPA, Japanese, Korean, Lao, Latin-1, Latin-2, Latin-3,
265Latin-5, Latin-8 (Celtic), Latin-9 (updated Latin-1, with the Euro 265Latin-4, Latin-5, Latin-8 (Celtic), Latin-9 (updated Latin-1, with the
266sign), Polish, Romanian, Slovak, Slovenian, Thai, Tibetan, Turkish, 266Euro sign), Polish, Romanian, Slovak, Slovenian, Spanish, Thai,
267Dutch, Spanish, and Vietnamese. 267Tibetan, 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
431is happening. If @code{input-method-highlight-flag} is non-@code{nil}, 431what is happening. If @code{input-method-highlight-flag} is
432the partial sequence is highlighted in the buffer. If 432non-@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 433most input methods---some disable this feature). If
434characters 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
435are in the minibuffer). 435possible characters to type next is displayed in the echo area (but
436not 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
500methods, you might want to use an input method different from the 501methods, you might want to use an input method different from the
501default chosen by @code{set-language-environment}. You can instruct 502default chosen by @code{set-language-environment}. You can instruct
502Emacs to select a different default input method for a certain 503Emacs to select a different default input method for a certain
503language environment if you by using 504language environment, if you wish, by using
504@code{set-language-environment-hook} (@pxref{Language Environments, 505@code{set-language-environment-hook} (@pxref{Language Environments,
505set-language-environment-hook}). For example: 506set-language-environment-hook}). For example:
506 507