Mercurial > emacs
changeset 65702:5f9322399c91
(isearch-forward-regexp): Close doc string.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Mon, 26 Sep 2005 06:34:32 +0000 |
parents | f884f1a84bd0 |
children | 73038ce5b13a |
files | lisp/ChangeLog lisp/isearch.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 26 00:42:45 2005 +0000 +++ b/lisp/ChangeLog Mon Sep 26 06:34:32 2005 +0000 @@ -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.
--- a/lisp/isearch.el Mon Sep 26 00:42:45 2005 +0000 +++ b/lisp/isearch.el Mon Sep 26 06:34:32 2005 +0000 @@ -582,7 +582,7 @@ 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)))