diff options
| author | Eli Zaretskii | 2001-03-16 18:53:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-16 18:53:54 +0000 |
| commit | dbee590bf68749c303ec2952b9dd7d811e9416ec (patch) | |
| tree | 1dcffff495a558e21bb8a37a30ecb1c46565b723 | |
| parent | 63b2eb5c6026c8d9fccd2e793508f1807ecab751 (diff) | |
| download | emacs-dbee590bf68749c303ec2952b9dd7d811e9416ec.tar.gz emacs-dbee590bf68749c303ec2952b9dd7d811e9416ec.zip | |
(Select Input Method): Document the behavior of toggle-input-method
when invoked with an argument. From Janusz S. Bien <jsbien@mimuw.edu.pl>.
| -rw-r--r-- | man/mule.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mule.texi b/man/mule.texi index de873580286..f47e2cb2a44 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -421,6 +421,10 @@ method temporarily. To do this, type @kbd{C-\} | |||
| 421 | it prompts for you to specify one. This has the same effect as using | 421 | it prompts for you to specify one. This has the same effect as using |
| 422 | @kbd{C-x @key{RET} C-\} to specify an input method. | 422 | @kbd{C-x @key{RET} C-\} to specify an input method. |
| 423 | 423 | ||
| 424 | When invoked with a numeric argument, as in @kbd{C-u C-\}, | ||
| 425 | @code{toggle-input-method} always prompts you for an input method, | ||
| 426 | suggesting the most recently selected one as the default. | ||
| 427 | |||
| 424 | @vindex default-input-method | 428 | @vindex default-input-method |
| 425 | Selecting a language environment specifies a default input method for | 429 | Selecting a language environment specifies a default input method for |
| 426 | use in various buffers. When you have a default input method, you can | 430 | use in various buffers. When you have a default input method, you can |