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

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

[nongnu] elpa/treesit-fold 551bfeb13a 211/417: doc


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold 551bfeb13a 211/417: doc
Date: Mon, 1 Jul 2024 10:02:26 -0400 (EDT)

branch: elpa/treesit-fold
commit 551bfeb13a131b4c18c9c74fb23527f15db152e2
Author: Jen-Chieh <jcs090218@gmail.com>
Commit: Jen-Chieh <jcs090218@gmail.com>

    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

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