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
commit7a332b07b65a5e25bbc3360fd55eeb3a3b4c4e6b (patch)
tree08a15332836ffb51bae1a6953673eda10f01fa5e /lisp/isearch.el
parenta33a6c5205eb30592724bf3dea0569ded596fccf (diff)
downloademacs-7a332b07b65a5e25bbc3360fd55eeb3a3b4c4e6b.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)))