aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuan Fu2022-06-15 12:14:26 -0700
committerYuan Fu2022-06-15 12:14:26 -0700
commitd6b00f7ed96f91d64df9dc3523c9dd36a5ecec57 (patch)
treee3ba96845ca0c3857e6d4f53ec082a68ec50d2b4 /src
parentd729e3e3fcad4270f6da358b12ab8e4a52fdc204 (diff)
downloademacs-d6b00f7ed96f91d64df9dc3523c9dd36a5ecec57.tar.gz
emacs-d6b00f7ed96f91d64df9dc3523c9dd36a5ecec57.zip
; * src/treesit.c (ts_read_buffer): Clarify comments.
Diffstat (limited to 'src')
-rw-r--r--src/treesit.c2
1 files changed, 1 insertions, 1 deletions
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,
501 /* This function could run from a user command, so it is better to 501 /* This function could run from a user command, so it is better to
502 do nothing instead of raising an error. (It was a pain in the a** 502 do nothing instead of raising an error. (It was a pain in the a**
503 to decrypt mega-if-conditions in Emacs source, so I wrote the two 503 to decrypt mega-if-conditions in Emacs source, so I wrote the two
504 branches separately.) */ 504 branches separately, you are welcome.) */
505 if (!BUFFER_LIVE_P (buffer)) 505 if (!BUFFER_LIVE_P (buffer))
506 { 506 {
507 beg = NULL; 507 beg = NULL;