diff options
| author | Dave Love | 2000-08-27 13:02:01 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-27 13:02:01 +0000 |
| commit | 67320f8d5c9d72b8c65efc1d6748cd5450e60cc2 (patch) | |
| tree | 020ad0207dab7b741d718fb4fcf943c8d7b2ed17 | |
| parent | 6288c62f1ce640067d122ba82e4436067b6000d0 (diff) | |
| download | emacs-67320f8d5c9d72b8c65efc1d6748cd5450e60cc2.tar.gz emacs-67320f8d5c9d72b8c65efc1d6748cd5450e60cc2.zip | |
*** empty log message ***
| -rw-r--r-- | man/mule.texi | 15 |
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-\ |
| 363 | Describe the input method @var{method} (@code{describe-input-method}). | 363 | Describe the input method @var{method} (@code{describe-input-method}). |
| 364 | By default, it describes the current input method (if any). | 364 | By default, it describes the current input method (if any). This |
| 365 | This description should give you the full details of how to | 365 | description should give you the full details of how to use any |
| 366 | use any particular input method. | 366 | particular input method once you have selected it but before selecting |
| 367 | it 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 |
| 369 | Display a list of all the supported input methods. | 370 | Display 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 |
| 1158 | Also for Latin-1 only, @kbd{M-x iso-accents-mode} installs a minor mode | 1159 | For Latin-1, Latin-2 and Latin-3, @kbd{M-x iso-accents-mode} installs a |
| 1159 | which provides a facility like the @code{latin-1-prefix} input method | 1160 | minor mode which provides a facility like the @code{latin-1-prefix} |
| 1160 | but independent of the Leim package. This mode is buffer-local. | 1161 | input method but independent of the Leim package. This mode is |
| 1162 | buffer-local. It can be customized for various languages with @kbd{M-x | ||
| 1163 | iso-accents-customize}.} | ||
| 1161 | @end itemize | 1164 | @end itemize |