diff options
| author | Chong Yidong | 2007-04-06 18:27:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-06 18:27:43 +0000 |
| commit | 75a07f2c48c8af8cd7845743aaac1e3bfffc411b (patch) | |
| tree | eebd30b885a38fb3b76add5bea0e0e7b3d0b0575 | |
| parent | dd94f197c7e613180b8b0e852964cb04d118f250 (diff) | |
| download | emacs-75a07f2c48c8af8cd7845743aaac1e3bfffc411b.tar.gz emacs-75a07f2c48c8af8cd7845743aaac1e3bfffc411b.zip | |
(isearch-forward): Revert 1998-08-26 doc change.
| -rw-r--r-- | lisp/isearch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 2f17af43c14..f5a063200f1 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -531,8 +531,7 @@ Type \\[isearch-yank-char] to yank char from buffer onto end of search\ | |||
| 531 | string and search for it. | 531 | string and search for it. |
| 532 | Type \\[isearch-yank-line] to yank rest of line onto end of search string\ | 532 | Type \\[isearch-yank-line] to yank rest of line onto end of search string\ |
| 533 | and search for it. | 533 | and search for it. |
| 534 | Type \\[isearch-yank-kill] to yank last killed text onto end of search string\ | 534 | Type \\[isearch-yank-kill] to yank the last string of killed text. |
| 535 | and search for it. | ||
| 536 | Type \\[isearch-quote-char] to quote control character to search for it. | 535 | Type \\[isearch-quote-char] to quote control character to search for it. |
| 537 | \\[isearch-abort] while searching or when search has failed cancels input\ | 536 | \\[isearch-abort] while searching or when search has failed cancels input\ |
| 538 | back to what has | 537 | back to what has |