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

    Add missing docstring
---
 isl.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/isl.el b/isl.el
index dda418df5e2..1ecb7f04814 100644
--- a/isl.el
+++ b/isl.el
@@ -1203,6 +1203,7 @@ Note that INPUT cannot be used with a non nil value for 
RESUME."
         (switch-to-buffer isl-current-buffer)))))
 
 (defun isl--thing-at-point ()
+  "Return symbol or filename at point."
   (thing-at-point
    (if (and (derived-mode-p 'prog-mode)
             (not (nth 3 (syntax-ppss))))

Reply via email to