From 285f59cbe230701f15d28dfe8036cf2feb9d1d31 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 25 Sep 2021 18:07:24 +0200 Subject: [PATCH] * lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bug22483) --- lisp/isearch.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 242f2b0dd09..d9a48cfcf2d 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1096,7 +1096,8 @@ as a regexp. See the command `isearch-forward' for more information. In incremental searches, a space or spaces normally matches any whitespace defined by the variable `search-whitespace-regexp'. To search for a literal space and nothing else, enter C-q SPC. -To toggle whitespace matching, use `isearch-toggle-lax-whitespace'. +To toggle whitespace matching, use `isearch-toggle-lax-whitespace', +usually bound to `M-s SPC' during isearch. This command does not support character folding." (interactive "P\np") (isearch-mode t (null not-regexp) nil (not no-recursive-edit))) -- 2.39.2