summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-09-26 00:02:37 +0000
committerRichard M. Stallman <rms@gnu.org>2005-09-26 00:02:37 +0000
commitb3612973a791616b1a92277d5925605b544d1d13 (patch)
treec184386899a2d7d2bb36f18b19b58b4026c8e224 /lisp/isearch.el
parentf0685ed1d455e2e47b11f1ea9a708a2730a270a4 (diff)
downloademacs-b3612973a791616b1a92277d5925605b544d1d13.tar.gz
(isearch-forward, isearch-forward-regexp): Doc fixes.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 5d0c24280b8..6792baea9d3 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -533,6 +533,9 @@ Type \\[isearch-quote-char] to quote control character to search for it.
\\[isearch-abort] when search is successful aborts and moves point to\
starting point.
+If you try to exit with the search string still empty, it invokes
+ nonincremental search.
+
Type \\[isearch-query-replace] to start `query-replace' with string to\
replace from last search string.
Type \\[isearch-query-replace-regexp] to start `query-replace-regexp'\
@@ -579,7 +582,7 @@ is treated as a regexp. See \\[isearch-forward] for more info.
In regexp incremental searches, a space or spaces normally matches
any whitespace (the variable `search-whitespace-regexp' controls
precisely what that means). If you want to search for a literal space
-and nothing else, enter `[ ]'."
+and nothing else, enter C-q SPC.
(interactive "P\np")
(isearch-mode t (null not-regexp) nil (not no-recursive-edit)))