]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bug22483)
authorStefan Kangas <stefan@marxist.se>
Sat, 25 Sep 2021 16:07:24 +0000 (18:07 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 25 Sep 2021 16:08:25 +0000 (18:08 +0200)
lisp/isearch.el

index 242f2b0dd09fd8865bffa3394884452d7b0b8f59..d9a48cfcf2d64de3279e4d3f3ff5e720095b1213 100644 (file)
@@ -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)))