branch: elpa/treesit-fold
commit db35c17409d0a8d7b27f7e0fdcdb29dc71190c16
Author: JenChieh <[email protected]>
Commit: JenChieh <[email protected]>
lint
---
ts-fold-util.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ts-fold-util.el b/ts-fold-util.el
index 0a44338d96..8d160e32cb 100644
--- a/ts-fold-util.el
+++ b/ts-fold-util.el
@@ -131,7 +131,7 @@ Optional argument TRIM, see function `ts-fold--get-face'."
(save-excursion (goto-char point) (line-end-position)))
(defun ts-fold--indentation (pos)
- "Return current indentation."
+ "Return current indentation by POS."
(goto-char pos)
(beginning-of-visual-line)
(back-to-indentation) (current-column))