]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/treesit.c (ts_read_buffer): Clarify comments.
authorYuan Fu <yuan@debian-BULLSEYE-live-builder-AMD64>
Wed, 15 Jun 2022 19:14:26 +0000 (12:14 -0700)
committerYuan Fu <yuan@debian-BULLSEYE-live-builder-AMD64>
Wed, 15 Jun 2022 19:14:26 +0000 (12:14 -0700)
src/treesit.c

index 92692f550fe3b48ba979b86be3a01253c9431753..9e510a921e2d3aa73da16ad2a671e25e3a676681 100644 (file)
@@ -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;