From: Romain Francoise Date: Mon, 26 Sep 2005 06:34:32 +0000 (+0000) Subject: (isearch-forward-regexp): Close doc string. X-Git-Tag: emacs-pretest-22.0.90~6939 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b1fb2efc7d512ebece860fe4132c28a6a1f2660;p=emacs.git (isearch-forward-regexp): Close doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7194f92c8b4..3d7b0724a0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-09-26 Romain Francoise + + * isearch.el (isearch-forward-regexp): Close doc string. + 2005-09-25 Richard M. Stallman * simple.el (blink-matching-open): Don't no-op when point is BEGV+1. diff --git a/lisp/isearch.el b/lisp/isearch.el index 6792baea9d3..c474ea3b518 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -582,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 C-q SPC. +and nothing else, enter C-q SPC." (interactive "P\np") (isearch-mode t (null not-regexp) nil (not no-recursive-edit)))