emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/treesit-fold db35c17409 331/417: lint


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold db35c17409 331/417: lint
Date: Mon, 1 Jul 2024 10:03:00 -0400 (EDT)

branch: elpa/treesit-fold
commit db35c17409d0a8d7b27f7e0fdcdb29dc71190c16
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>

    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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]