branch: elpa/treesit-fold
commit 551bfeb13a131b4c18c9c74fb23527f15db152e2
Author: Jen-Chieh <[email protected]>
Commit: Jen-Chieh <[email protected]>

    doc
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6b2ebbcd88..b78563e615 100644
--- a/README.md
+++ b/README.md
@@ -271,7 +271,7 @@ Let's see the implementation,
 ```elisp
 (defun ts-fold-summary-javadoc (doc-str)
   "..."
-  (ts-fold-summary--generic doc-str "*"))
+  (ts-fold-summary--generic doc-str "*"))  ; strip all asterisk
 ```
 
 The above summary parser for Javadoc simply remove `*` from any given point.

Reply via email to