]> code.delx.au - gnu-emacs/commitdiff
(isearch-forward-regexp): Close doc string.
authorRomain Francoise <romain@orebokech.com>
Mon, 26 Sep 2005 06:34:32 +0000 (06:34 +0000)
committerRomain Francoise <romain@orebokech.com>
Mon, 26 Sep 2005 06:34:32 +0000 (06:34 +0000)
lisp/ChangeLog
lisp/isearch.el

index 7194f92c8b4f059e47201892aee6f31cac39a479..3d7b0724a0c4af7d941a8d5da4e519c6893bc556 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 6792baea9d3c7e6b7cd2110db33916cb4c61a4f9..c474ea3b518edd94af1ca8e2178ecfc4199effc9 100644 (file)
@@ -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)))