summaryrefslogtreecommitdiff
path: root/doc/emacs/mule.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-11-02 19:49:32 +0200
committerEli Zaretskii <eliz@gnu.org>2020-11-02 19:49:32 +0200
commit3e8cdc404fb884f0be473fe2785c3b041c1129fd (patch)
tree29a46a58ef85d4dccc7c308bca988cac583ec41d /doc/emacs/mule.texi
parent49b6e2716c385f2a6d696cdc2d000ffa6f111f79 (diff)
downloademacs-3e8cdc404fb884f0be473fe2785c3b041c1129fd.tar.gz
Improve documentation of a recent commit
* lisp/international/mule-cmds.el (transient-input-method): Doc fix. Add :version tag. (transient-input-method): Doc fix. * etc/NEWS: * doc/emacs/mule.texi (Select Input Method): Fix wording of the last change.
Diffstat (limited to 'doc/emacs/mule.texi')
-rw-r--r--doc/emacs/mule.texi22
1 files changed, 13 insertions, 9 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index d4ad1d6d5e2..2fca4a544ca 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -579,8 +579,8 @@ Enable or disable use of the selected input method (@code{toggle-input-method}).
Select a new input method for the current buffer (@code{set-input-method}).
@item C-x \ @var{method} @key{RET}
-Temporarily enable the selected transient input method, and
-automatically disable it after inserting a single character
+Temporarily enable the selected transient input method ; it will be
+automatically disabled after inserting a single character
(@code{transient-input-method}).
@item C-h I @var{method} @key{RET}
@@ -682,13 +682,17 @@ including the string that stands for it in the mode line.
@findex transient-input-method
@kindex C-x \
- To insert only a single character using a transient input method you
-can first select a transient input method by typing @kbd{C-u C-x \}.
-Then typing @kbd{C-x \} (@code{transient-input-method}) will
-temporarily enable the selected transient input method, and disable it
-automatically after using the activated input method to insert
-a single character. This is useful to insert a character from input
-methods with rare Unicode characters.
+ Sometimes it can be convenient to enable an input method
+@dfn{transiently}, for inserting only a single character. Typing
+@kbd{C-x \} (@code{transient-input-method}) will temporarily enable an
+input method, let you insert a single character using the input method
+rules, and then automatically disable the input method. If no
+transient input method was selected yet, @kbd{C-x \} will prompt you
+for an input method; subsequent invocations of this command will
+enable the selected transient input method. To select a different
+transient input method, type @kbd{C-u C-x \}. You can select a
+transient method that is different from the input method which you
+selected using @kbd{C-u C-\}.
@node Coding Systems
@section Coding Systems