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

    Rename isearch-light to isl
---
 isl.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/isl.el b/isl.el
index 8fa43b22bd9..f6d2b6e77b0 100644
--- a/isl.el
+++ b/isl.el
@@ -1,4 +1,4 @@
-;;; isearch-light.el --- Simple incremental search in current-buffer -*- 
lexical-binding: t -*-
+;;; isl.el --- Simple incremental search in current-buffer -*- 
lexical-binding: t -*-
 
 ;; Author:      Thierry Volpiatto <[email protected]>
 ;; Copyright (C) 2021 Thierry Volpiatto <[email protected]>
@@ -105,8 +105,8 @@
 ;; User vars
 (defvar isl-timer-delay 0.01)
 
-(defgroup isearch-light nil
-  "Open `isl-search'."
+(defgroup isl nil
+  "Search buffers with `isl-search'."
   :prefix "isl-"
   :group 'matching)
 
@@ -948,6 +948,6 @@ With a prefix arg choose one of the last buffers isl had 
visited."
           isl--point-max (point-max))
     (isl-search-1)))
 
-(provide 'isearch-light)
+(provide 'isl)
 
-;;; isearch-light.el ends here
+;;; isl.el ends here

Reply via email to