diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/search.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 66af5d40162..38ef49ed64d 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -262,11 +262,19 @@ of whether to copy a character or a symbol is heuristic.) | |||
| 262 | 262 | ||
| 263 | @kindex M-s C-e @r{(Incremental search)} | 263 | @kindex M-s C-e @r{(Incremental search)} |
| 264 | @findex isearch-yank-line | 264 | @findex isearch-yank-line |
| 265 | Similarly, @kbd{M-s C-e} (@code{isearch-yank-line}) appends the rest | 265 | @kbd{M-s C-e} (@code{isearch-yank-line}) appends the rest |
| 266 | of the current line to the search string. If point is already at the | 266 | of the current line to the search string. If point is already at the |
| 267 | end of a line, it appends the next line. With a prefix argument | 267 | end of a line, it appends the next line. With a prefix argument |
| 268 | @var{n}, it appends the next @var{n} lines. | 268 | @var{n}, it appends the next @var{n} lines. |
| 269 | 269 | ||
| 270 | @kindex C-M-z @r{(Incremental search)} | ||
| 271 | @findex isearch-yank-until-char | ||
| 272 | Similarly, @kbd{C-M-z} (@code{isearch-yank-until-char}) appends to | ||
| 273 | the search string everything from point until the next occurence of | ||
| 274 | a specified character (not including that character). This is especially | ||
| 275 | useful for keyboard macros, for example in programming languages or | ||
| 276 | markup languages in which that character marks a token boundary. | ||
| 277 | |||
| 270 | @kindex C-y @r{(Incremental search)} | 278 | @kindex C-y @r{(Incremental search)} |
| 271 | @kindex M-y @r{(Incremental search)} | 279 | @kindex M-y @r{(Incremental search)} |
| 272 | @kindex mouse-2 @r{in the minibuffer (Incremental search)} | 280 | @kindex mouse-2 @r{in the minibuffer (Incremental search)} |