From: Yuan Fu Date: Wed, 15 Jun 2022 19:14:26 +0000 (-0700) Subject: ; * src/treesit.c (ts_read_buffer): Clarify comments. X-Git-Tag: emacs-29.0.90~1907 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6b00f7ed96f91d64df9dc3523c9dd36a5ecec57;p=emacs.git ; * src/treesit.c (ts_read_buffer): Clarify comments. --- 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;