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.
This commit is contained in:
parent
af6891629d
commit
291955a588
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue