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

    Docstring only
---
 isearch-light.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/isearch-light.el b/isearch-light.el
index ea5fdb7e98a..da0ef286735 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -419,6 +419,7 @@ the initial position i.e. the position before launching 
`isl-search'."
       (local-set-key (kbd "q") 'quit-window))))
 
 (defun isl-show-or-hide-context-lines ()
+  "Hide or show non matching lines."
   (interactive)
   (with-selected-window (minibuffer-selected-window)
     (if (setq isl--hidding (not isl--hidding))

Reply via email to