From 28ce3bf5c92d36230613036dddd2a055777b3738 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 10 Sep 2021 12:56:22 +0200 Subject: [PATCH] Further fix for the search-whitespace-regexp change * lisp/isearch.el (search-whitespace-regexp): Fix yet another typo in this one-line change (bug#21278). --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 8a79fd5a263..efa7db6fe9c 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -114,7 +114,7 @@ is called to let you enter the search string, and RET terminates editing and does a nonincremental search.)" :type 'boolean) -(defcustom search-whitespace-regexp (purecopy "[ \t]") +(defcustom search-whitespace-regexp (purecopy "[ \t]+") "If non-nil, regular expression to match a sequence of whitespace chars. When you enter a space or spaces in the incremental search, it will match any sequence matched by this regexp. As an exception, -- 2.39.2