# HG changeset patch # User Richard M. Stallman # Date 1127692957 0 # Node ID b89731597db3c21e3c1e8ddfab8219d0cab10892 # Parent f5e752cee995e537f46a94c1b4fd60ccb749535d (isearch-forward, isearch-forward-regexp): Doc fixes. diff -r f5e752cee995 -r b89731597db3 lisp/isearch.el --- a/lisp/isearch.el Mon Sep 26 00:01:27 2005 +0000 +++ b/lisp/isearch.el Mon Sep 26 00:02:37 2005 +0000 @@ -533,6 +533,9 @@ \\[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 @@ 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)))