diff options
| author | Chong Yidong | 2008-10-22 19:25:19 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-22 19:25:19 +0000 |
| commit | 9cfa31ea844af1a5f8a7237976c0876c212e203b (patch) | |
| tree | 2399d40e326ff5793e2b213c9caf384c89e7ffe2 | |
| parent | e752c54492f4ceb446a7c1a62e43795bf63aff47 (diff) | |
| download | emacs-9cfa31ea844af1a5f8a7237976c0876c212e203b.tar.gz emacs-9cfa31ea844af1a5f8a7237976c0876c212e203b.zip | |
(Special Isearch): Document M-TAB is isearch.
| -rw-r--r-- | doc/emacs/search.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 98838724fa3..16dccf991bb 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -247,11 +247,21 @@ where @var{im} is the mnemonic of the active input method. Any input | |||
| 247 | method you enable during incremental search remains enabled in the | 247 | method you enable during incremental search remains enabled in the |
| 248 | current buffer afterwards. | 248 | current buffer afterwards. |
| 249 | 249 | ||
| 250 | @kbd{M-%} typed in incremental search invokes @code{query-replace} | 250 | @kindex M-% @r{(Incremental search)} |
| 251 | Typing @kbd{M-%} in incremental search invokes @code{query-replace} | ||
| 251 | or @code{query-replace-regexp} (depending on search mode) with the | 252 | or @code{query-replace-regexp} (depending on search mode) with the |
| 252 | current search string used as the string to replace. @xref{Query | 253 | current search string used as the string to replace. @xref{Query |
| 253 | Replace}. | 254 | Replace}. |
| 254 | 255 | ||
| 256 | @kindex M-TAB @r{(Incremental search)} | ||
| 257 | Typing @kbd{M-@key{TAB}} in incremental search invokes | ||
| 258 | @code{isearch-complete}, which attempts to complete the search string | ||
| 259 | using the search ring as a list of completion alternatives. | ||
| 260 | @xref{Completion}. In many operating systems, the @kbd{M-@key{TAB}} | ||
| 261 | key sequence is captured by the window manager; you then need to | ||
| 262 | rebind @code{isearch-complete} to another key sequence if you want to | ||
| 263 | use it (@pxref{Rebinding}). | ||
| 264 | |||
| 255 | @vindex isearch-mode-map | 265 | @vindex isearch-mode-map |
| 256 | When incremental search is active, you can type @kbd{C-h C-h} to | 266 | When incremental search is active, you can type @kbd{C-h C-h} to |
| 257 | access interactive help options, including a list of special | 267 | access interactive help options, including a list of special |