emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 285f59c: * lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bu


From: Stefan Kangas
Subject: master 285f59c: * lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bug22483)
Date: Sat, 25 Sep 2021 12:09:57 -0400 (EDT)

branch: master
commit 285f59cbe230701f15d28dfe8036cf2feb9d1d31
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 242f2b0..d9a48cf 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]