branch: elpa/isl
commit c810b64ee1adb8c3453b52774ab07a3a23002adb
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Renamed isl-toggle-style-matching from isl-toggle-regexp-matching
---
 isearch-light.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/isearch-light.el b/isearch-light.el
index 947d8e6bfc6..7d633df409d 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -91,7 +91,7 @@
     (define-key map (kbd "<up>")   'isl-goto-prev)
     (define-key map (kbd "RET")    'isl-exit-at-point)
     (define-key map (kbd "C-w")    'isl-yank-word-at-point)
-    (define-key map (kbd "M-r")    'isl-toggle-regexp-matching)
+    (define-key map (kbd "M-r")    'isl-toggle-style-matching)
     map))
 
 ;;; Actions
@@ -156,7 +156,7 @@
       (with-selected-window (minibuffer-window)
         (insert str)))))
 
-(defun isl-toggle-regexp-matching ()
+(defun isl-toggle-style-matching ()
   (interactive)
   (with-current-buffer isl-current-buffer
     (setq-local isl-search-function

Reply via email to