emacs-diffs
[Top][All Lists]
Advanced

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

feature/tree-sitter d6b00f7ed9 20/26: ; * src/treesit.c (ts_read_buffer)


From: Yuan Fu
Subject: feature/tree-sitter d6b00f7ed9 20/26: ; * src/treesit.c (ts_read_buffer): Clarify comments.
Date: Thu, 16 Jun 2022 14:53:53 -0400 (EDT)

branch: feature/tree-sitter
commit d6b00f7ed96f91d64df9dc3523c9dd36a5ecec57
Author: Yuan Fu <yuan@debian-BULLSEYE-live-builder-AMD64>
Commit: Yuan Fu <yuan@debian-BULLSEYE-live-builder-AMD64>

    ; * src/treesit.c (ts_read_buffer): Clarify comments.
---
 src/treesit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/treesit.c b/src/treesit.c
index 92692f550f..9e510a921e 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -501,7 +501,7 @@ ts_read_buffer (void *parser, uint32_t byte_index,
   /* This function could run from a user command, so it is better to
      do nothing instead of raising an error. (It was a pain in the a**
      to decrypt mega-if-conditions in Emacs source, so I wrote the two
-     branches separately.)  */
+     branches separately, you are welcome.)  */
   if (!BUFFER_LIVE_P (buffer))
     {
       beg = NULL;



reply via email to

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