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

    Update docstrings
---
 isl.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/isl.el b/isl.el
index bdfe39649bd..3455b07cedf 100644
--- a/isl.el
+++ b/isl.el
@@ -241,7 +241,10 @@ You can toggle this at any time with 
\\<isl-map>\\[isl-toggle-multi-search-in-li
     (define-key map (kbd "M-v")    'isl-scroll-down)
     (define-key map (kbd "C-k")    'isl-delete-minibuffer-contents)
     (define-key map (kbd "C-j")    'isl-toggle-multi-search-in-line)
-    map))
+    map)
+  "The map used when `isl-search' is running.
+Don't forget to modify `isl-mini-map' accordingly to fit with kmacros
+when modifying keybindings here.")
 
 ;;; Actions
 ;;
@@ -1020,7 +1023,9 @@ appended at end."
     (define-key map (kbd "C-j") 'isl-toggle-multi-search-in-line)
     map)
   "A minimal map used only in `isl--search-string'.
-Use here only commands able to run inside kmacros.")
+Use here only commands able to run inside kmacros.
+Don't forget to modify `isl-map' accordingly to fit with kmacros when
+modifying keybindings here.")
 
 (defun isl--search-string ()
   "Search next match forward from point and stop.

Reply via email to