diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/isearch.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 03e67f37832..96287ae0b4b 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -433,7 +433,8 @@ Type \\[isearch-yank-word] to yank word from buffer onto end of search\ | |||
| 433 | string and search for it. | 433 | string and search for it. |
| 434 | Type \\[isearch-yank-line] to yank rest of line onto end of search string\ | 434 | Type \\[isearch-yank-line] to yank rest of line onto end of search string\ |
| 435 | and search for it. | 435 | and search for it. |
| 436 | Type \\[isearch-yank-kill] to yank the last string of killed text. | 436 | Type \\[isearch-yank-kill] to yank last killed text onto end of search string\ |
| 437 | and search for it. | ||
| 437 | Type \\[isearch-quote-char] to quote control character to search for it. | 438 | Type \\[isearch-quote-char] to quote control character to search for it. |
| 438 | \\[isearch-abort] while searching or when search has failed cancels input\ | 439 | \\[isearch-abort] while searching or when search has failed cancels input\ |
| 439 | back to what has | 440 | back to what has |