From d6b00f7ed96f91d64df9dc3523c9dd36a5ecec57 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Wed, 15 Jun 2022 12:14:26 -0700 Subject: [PATCH] ; * 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 92692f550fe..9e510a921e2 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; -- 2.39.5