branch: elpa/treesit-fold
commit 017402713bd2f1fd7a691aa48afb4330f5397432
Author: Michael Eliachevitch <[email protected]>
Commit: GitHub <[email protected]>
Fix typo/grammar in error message (#34)
---
ts-fold.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ts-fold.el b/ts-fold.el
index 768b22c797..17cb0356cb 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -251,7 +251,7 @@ Return nil otherwise."
(declare (indent 0))
`(if (bound-and-true-p tree-sitter-mode)
(progn ,@body)
- (user-error "Ignored, tree-sitter-mode is not enable in the current
buffer")))
+ (user-error "Ignored, tree-sitter-mode is not enabled in the current
buffer")))
;;;###autoload
(defun ts-fold-close (&optional node)