# HG changeset patch # User Romain Francoise # Date 1127716472 0 # Node ID 5f9322399c916d77265572a3bb9c5f1c4ed37c53 # Parent f884f1a84bd02f365f6c22b93e10c616bc2ecb13 (isearch-forward-regexp): Close doc string. diff -r f884f1a84bd0 -r 5f9322399c91 lisp/ChangeLog --- 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 + + * isearch.el (isearch-forward-regexp): Close doc string. + 2005-09-25 Richard M. Stallman * simple.el (blink-matching-open): Don't no-op when point is BEGV+1. diff -r f884f1a84bd0 -r 5f9322399c91 lisp/isearch.el --- 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)))