diff options
author | Romain Francoise <romain@orebokech.com> | 2005-09-26 06:34:32 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-09-26 06:34:32 +0000 |
commit | 7a332b07b65a5e25bbc3360fd55eeb3a3b4c4e6b (patch) | |
tree | 08a15332836ffb51bae1a6953673eda10f01fa5e | |
parent | a33a6c5205eb30592724bf3dea0569ded596fccf (diff) | |
download | emacs-7a332b07b65a5e25bbc3360fd55eeb3a3b4c4e6b.tar.gz |
(isearch-forward-regexp): Close doc string.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/isearch.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 41afacb1fc0..e4605231334 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. 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))) |