From: Stefan Kangas Date: Sat, 25 Sep 2021 16:07:24 +0000 (+0200) Subject: * lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bug22483) X-Git-Tag: emacs-28.0.90~640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=285f59cbe230701f15d28dfe8036cf2feb9d1d31;p=emacs.git * lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bug22483) --- 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)))