emacs-diffs
[Top][All Lists]
Advanced

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

feature/tree-sitter 53584db07e: ; * src/treesit.c: Fix typos.


From: Stefan Kangas
Subject: feature/tree-sitter 53584db07e: ; * src/treesit.c: Fix typos.
Date: Thu, 27 Oct 2022 02:22:51 -0400 (EDT)

branch: feature/tree-sitter
commit 53584db07ed3411d659678425c4481997e56c834
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * src/treesit.c: Fix typos.
---
 src/treesit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/treesit.c b/src/treesit.c
index cd1af3f52d..e22a0fe2b3 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -1587,7 +1587,7 @@ Extra nodes represent things like comments, which are not 
required the
 language definition, but can appear anywhere.
 
 A node "has changes" if the buffer changed since the node is
-created. (Don't forget the "s" at the end of `has-changes'.)
+created.  (Don't forget the "s" at the end of `has-changes'.)
 
 A node "has error" if itself is a syntax error or contains any syntax
 errors.  */)
@@ -2131,7 +2131,7 @@ LANGUAGE is the language this query is for.
 If EAGER is non-nil, immediately load LANGUAGE and compile the query.
 Otherwise defer the compilation until the query is first used.
 
-Signals treesit-query-error if QUERY is malformed or something else
+Signal `treesit-query-error' if QUERY is malformed or something else
 goes wrong.  (This only happens if EAGER is non-nil.)
 You can use `treesit-query-validate' to validate and debug a query.  */)
   (Lisp_Object language, Lisp_Object query, Lisp_Object eager)



reply via email to

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