+2005-09-26 Romain Francoise <romain@orebokech.com>
+
+ * isearch.el (isearch-forward-regexp): Close doc string.
+
2005-09-25 Richard M. Stallman <rms@gnu.org>
* simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
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 C-q SPC.
+and nothing else, enter C-q SPC."
(interactive "P\np")
(isearch-mode t (null not-regexp) nil (not no-recursive-edit)))