From 1b1fb2efc7d512ebece860fe4132c28a6a1f2660 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Mon, 26 Sep 2005 06:34:32 +0000 Subject: [PATCH] (isearch-forward-regexp): Close doc string. --- lisp/ChangeLog | 4 ++++ lisp/isearch.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7194f92c8b4..3d7b0724a0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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))) -- 2.39.2