summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2005-09-26 06:34:32 +0000
committerRomain Francoise <romain@orebokech.com>2005-09-26 06:34:32 +0000
commit1b1fb2efc7d512ebece860fe4132c28a6a1f2660 (patch)
tree112c6003aea52ecf628a89c56e3ccc44bd3c1171 /lisp/isearch.el
parent8d3c84f7c90d1606c1a0b47b5e81cb15c001fa69 (diff)
downloademacs-1b1fb2efc7d512ebece860fe4132c28a6a1f2660.tar.gz
(isearch-forward-regexp): Close doc string.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
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)))