From b3612973a791616b1a92277d5925605b544d1d13 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Sep 2005 00:02:37 +0000 Subject: [PATCH] (isearch-forward, isearch-forward-regexp): Doc fixes. --- lisp/isearch.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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))) -- 2.39.2