aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-08-27 13:02:01 +0000
committerDave Love2000-08-27 13:02:01 +0000
commit67320f8d5c9d72b8c65efc1d6748cd5450e60cc2 (patch)
tree020ad0207dab7b741d718fb4fcf943c8d7b2ed17
parent6288c62f1ce640067d122ba82e4436067b6000d0 (diff)
downloademacs-67320f8d5c9d72b8c65efc1d6748cd5450e60cc2.tar.gz
emacs-67320f8d5c9d72b8c65efc1d6748cd5450e60cc2.zip
*** empty log message ***
-rw-r--r--man/mule.texi15
1 files changed, 9 insertions, 6 deletions
diff --git a/man/mule.texi b/man/mule.texi
index daabc24b485..71415f70539 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -361,9 +361,10 @@ Select a new input method for the current buffer.
361@kindex C-h I 361@kindex C-h I
362@kindex C-h C-\ 362@kindex C-h C-\
363Describe the input method @var{method} (@code{describe-input-method}). 363Describe the input method @var{method} (@code{describe-input-method}).
364By default, it describes the current input method (if any). 364By default, it describes the current input method (if any). This
365This description should give you the full details of how to 365description should give you the full details of how to use any
366use any particular input method. 366particular input method once you have selected it but before selecting
367it once you will typically get only a two-line summary.
367 368
368@item M-x list-input-methods 369@item M-x list-input-methods
369Display a list of all the supported input methods. 370Display a list of all the supported input methods.
@@ -1155,7 +1156,9 @@ command names.
1155@cindex ISO Accents mode 1156@cindex ISO Accents mode
1156@findex iso-accents-mode 1157@findex iso-accents-mode
1157@cindex Latin-1 input mode 1158@cindex Latin-1 input mode
1158Also for Latin-1 only, @kbd{M-x iso-accents-mode} installs a minor mode 1159For Latin-1, Latin-2 and Latin-3, @kbd{M-x iso-accents-mode} installs a
1159which provides a facility like the @code{latin-1-prefix} input method 1160minor mode which provides a facility like the @code{latin-1-prefix}
1160but independent of the Leim package. This mode is buffer-local. 1161input method but independent of the Leim package. This mode is
1162buffer-local. It can be customized for various languages with @kbd{M-x
1163iso-accents-customize}.}
1161@end itemize 1164@end itemize