diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/search.texi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 319f64fbae1..37446ca1c46 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -229,6 +229,13 @@ character or word at point to the search string. This is an easy way | |||
| 229 | to search for another occurrence of the text at point. (The decision | 229 | to search for another occurrence of the text at point. (The decision |
| 230 | of whether to copy a character or a word is heuristic.) | 230 | of whether to copy a character or a word is heuristic.) |
| 231 | 231 | ||
| 232 | @kindex C-M-w @r{(Incremental search)} | ||
| 233 | @findex isearch-yank-symbol-or-char | ||
| 234 | @kbd{C-M-w} (@code{isearch-yank-symbol-or-char}) appends the next | ||
| 235 | character or symbol at point to the search string. This is an easy way | ||
| 236 | to search for another occurrence of the symbol at point. (The decision | ||
| 237 | of whether to copy a character or a word is heuristic.) | ||
| 238 | |||
| 232 | @kindex M-s C-e @r{(Incremental search)} | 239 | @kindex M-s C-e @r{(Incremental search)} |
| 233 | @findex isearch-yank-line | 240 | @findex isearch-yank-line |
| 234 | Similarly, @kbd{M-s C-e} (@code{isearch-yank-line}) appends the rest | 241 | Similarly, @kbd{M-s C-e} (@code{isearch-yank-line}) appends the rest |
| @@ -250,11 +257,11 @@ appended text with an earlier kill, similar to the usual @kbd{M-y} | |||
| 250 | in the echo area appends the current X selection (@pxref{Primary | 257 | in the echo area appends the current X selection (@pxref{Primary |
| 251 | Selection}) to the search string (@code{isearch-yank-x-selection}). | 258 | Selection}) to the search string (@code{isearch-yank-x-selection}). |
| 252 | 259 | ||
| 253 | @kindex C-M-w @r{(Incremental search)} | 260 | @kindex C-M-d @r{(Incremental search)} |
| 254 | @kindex C-M-y @r{(Incremental search)} | 261 | @kindex C-M-y @r{(Incremental search)} |
| 255 | @findex isearch-del-char | 262 | @findex isearch-del-char |
| 256 | @findex isearch-yank-char | 263 | @findex isearch-yank-char |
| 257 | @kbd{C-M-w} (@code{isearch-del-char}) deletes the last character | 264 | @kbd{C-M-d} (@code{isearch-del-char}) deletes the last character |
| 258 | from the search string, and @kbd{C-M-y} (@code{isearch-yank-char}) | 265 | from the search string, and @kbd{C-M-y} (@code{isearch-yank-char}) |
| 259 | appends the character after point to the search string. An | 266 | appends the character after point to the search string. An |
| 260 | alternative method to add the character after point is to enter the | 267 | alternative method to add the character after point is to enter the |