diff options
| author | Eli Zaretskii | 2020-11-06 13:49:07 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-11-06 13:49:07 +0200 |
| commit | 291955a588cd8a99e93aff3eb79e16e83c3e3e13 (patch) | |
| tree | 2e3c8e41e8997e3b28a31104cb207c55bfbfd9e9 | |
| parent | af6891629d48f348b6458384898a637cc7ce16e7 (diff) | |
| download | emacs-291955a588cd8a99e93aff3eb79e16e83c3e3e13.tar.gz emacs-291955a588cd8a99e93aff3eb79e16e83c3e3e13.zip | |
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.
| -rw-r--r-- | doc/emacs/mule.texi | 1 | ||||
| -rw-r--r-- | 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. | |||
| 682 | 682 | ||
| 683 | @findex activate-transient-input-method | 683 | @findex activate-transient-input-method |
| 684 | @kindex C-x \ | 684 | @kindex C-x \ |
| 685 | @anchor{transient input method} | ||
| 685 | Sometimes it can be convenient to enable an input method | 686 | Sometimes it can be convenient to enable an input method |
| 686 | @dfn{transiently}, for inserting only a single character. Typing | 687 | @dfn{transiently}, for inserting only a single character. Typing |
| 687 | @kbd{C-x \} (@code{activate-transient-input-method}) will temporarily | 688 | @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}]: | |||
| 438 | @noindent | 438 | @noindent |
| 439 | where @var{im} is the mnemonic of the active input method. Any input | 439 | where @var{im} is the mnemonic of the active input method. Any input |
| 440 | method you enable during incremental search remains enabled in the | 440 | method you enable during incremental search remains enabled in the |
| 441 | current buffer afterwards. You can temporarily enable a transient | 441 | current buffer afterwards. Finally, you can temporarily enable a |
| 442 | input method with @kbd{C-x \} (@code{isearch-transient-input-method}) | 442 | transient input method (@pxref{transient input method}) with |
| 443 | to insert a single character to the search string and automatically | 443 | @kbd{C-x \} (@code{isearch-transient-input-method}) to insert a single |
| 444 | disable the input method afterwards. | 444 | character to the search string using an input method, and |
| 445 | automatically disable the input method afterwards. | ||
| 445 | @end itemize | 446 | @end itemize |
| 446 | 447 | ||
| 447 | @kindex M-s o @r{(Incremental Search)} | 448 | @kindex M-s o @r{(Incremental Search)} |