emacs-diffs
[Top][All Lists]
Advanced

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

master 150ff9c 2/2: Fix typo in previous search-whitespace-regexp change


From: Lars Ingebrigtsen
Subject: master 150ff9c 2/2: Fix typo in previous search-whitespace-regexp change
Date: Fri, 10 Sep 2021 06:42:47 -0400 (EDT)

branch: master
commit 150ff9c1575b4260ca603bf0981e8612e4ea5687
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in previous search-whitespace-regexp change
    
    * lisp/isearch.el (search-whitespace-regexp): Fix typo in last
    checkin for this variable.
---
 lisp/isearch.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 357760c..133c604 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-regexpx (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,



reply via email to

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