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

    Docstring only
---
 isl.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/isl.el b/isl.el
index 504819b1f66..8f2a3ad4457 100644
--- a/isl.el
+++ b/isl.el
@@ -1273,7 +1273,8 @@ 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."
+  "Collect symbol or filename at point in all visible buffers.
+The return value is a list."
   (cl-loop for win in (window-list nil 1)
            when (with-selected-window win
                   (thing-at-point

Reply via email to