diff options
| author | Andreas Schwab | 2005-04-23 15:38:07 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2005-04-23 15:38:07 +0000 |
| commit | 8bdf62a78678d9707e3ddfeeefe3ed439117b1f8 (patch) | |
| tree | 3d5c9a64081439c918f01420f5ca2b799b574910 | |
| parent | 0f812f3ff79e3f9e24cbf99abd014f509b6385cf (diff) | |
| download | emacs-8bdf62a78678d9707e3ddfeeefe3ed439117b1f8.tar.gz emacs-8bdf62a78678d9707e3ddfeeefe3ed439117b1f8.zip | |
(isearch-forward): Doc fix.
| -rw-r--r-- | lisp/isearch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index e01f2c0c0ec..a8718836c58 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -531,9 +531,9 @@ Type \\[isearch-quote-char] to quote control character to search for it. | |||
| 531 | starting point. | 531 | starting point. |
| 532 | 532 | ||
| 533 | Type \\[isearch-query-replace] to start `query-replace' with string to\ | 533 | Type \\[isearch-query-replace] to start `query-replace' with string to\ |
| 534 | replace from last search string. | 534 | replace from last search string. |
| 535 | Type \\[isearch-query-replace-regexp] to start `query-replace-regexp'\ | 535 | Type \\[isearch-query-replace-regexp] to start `query-replace-regexp'\ |
| 536 | with string to replace from last search string.. | 536 | with string to replace from last search string.. |
| 537 | 537 | ||
| 538 | Type \\[isearch-toggle-case-fold] to toggle search case-sensitivity. | 538 | Type \\[isearch-toggle-case-fold] to toggle search case-sensitivity. |
| 539 | Type \\[isearch-toggle-regexp] to toggle regular-expression mode. | 539 | Type \\[isearch-toggle-regexp] to toggle regular-expression mode. |