branch: elpa/isl
commit 9ad3b9d91d19ee3c15bc6267fb84884d771b47b0
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add missing docstring
---
isl.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 263b894499a..bb1478eb709 100644
--- a/isl.el
+++ b/isl.el
@@ -372,7 +372,9 @@ It put overlay on current position, move to next overlay
using
(put 'isl-scroll-down 'no-helm-mx t)
(defun isl-delete-minibuffer-contents ()
- "No docstring."
+ "Delete minibuffer contents from isl prompt.
+If cursor is at eol delete whole contents otherwise delete from point
+to end."
(interactive)
(with-selected-window (minibuffer-window)
(if (eolp)