From 291955a588cd8a99e93aff3eb79e16e83c3e3e13 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 6 Nov 2020 13:49:07 +0200 Subject: [PATCH] Improve documentation of a recent change * doc/emacs/mule.texi (Select Input Method): Add an @anchor. * doc/emacs/search.texi (Special Isearch): Add cross-reference and improve wording. --- doc/emacs/mule.texi | 1 + doc/emacs/search.texi | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 200937c9d71..72ae7697677 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi @@ -682,6 +682,7 @@ including the string that stands for it in the mode line. @findex activate-transient-input-method @kindex C-x \ +@anchor{transient input method} Sometimes it can be convenient to enable an input method @dfn{transiently}, for inserting only a single character. Typing @kbd{C-x \} (@code{activate-transient-input-method}) will temporarily diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index f33c71db229..0612c134d1b 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -438,10 +438,11 @@ I-search [@var{im}]: @noindent where @var{im} is the mnemonic of the active input method. Any input method you enable during incremental search remains enabled in the -current buffer afterwards. You can temporarily enable a transient -input method with @kbd{C-x \} (@code{isearch-transient-input-method}) -to insert a single character to the search string and automatically -disable the input method afterwards. +current buffer afterwards. Finally, you can temporarily enable a +transient input method (@pxref{transient input method}) with +@kbd{C-x \} (@code{isearch-transient-input-method}) to insert a single +character to the search string using an input method, and +automatically disable the input method afterwards. @end itemize @kindex M-s o @r{(Incremental Search)} -- 2.39.2