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

    Add another missing docstring
---
 isearch-light.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/isearch-light.el b/isearch-light.el
index 81ca1f67900..da464a6c17f 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -332,6 +332,7 @@ appended at end."
     (quit (goto-char isl-initial-pos))))
 
 (defun isl-cleanup ()
+  "Cleanup various things when isl exit."
   (isl-delete-overlays)
   (setq mode-line-format (default-value 'mode-line-format)
         isl--yank-point nil

Reply via email to