mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Fix punctuation and doc style in treesit.c
* src/treesit.c (Ftreesit_parser_included_ranges) (Ftreesit_query_capture, treesit_traverse_sibling_helper) (treesit_traverse_match_predicate): Fix punctiation and documentation style in comments and docstrings.
This commit is contained in:
parent
00adee897a
commit
68615a3866
1 changed files with 17 additions and 18 deletions
|
|
@ -487,8 +487,7 @@ treesit_initialize (void)
|
|||
|
||||
/*** Loading language library */
|
||||
|
||||
/* Translates a symbol treesit-<lang> to a C name
|
||||
treesit_<lang>. */
|
||||
/* Translate a symbol treesit-<lang> to a C name treesit_<lang>. */
|
||||
static void
|
||||
treesit_symbol_to_c_name (char *symbol_name)
|
||||
{
|
||||
|
|
@ -1842,7 +1841,7 @@ treesit_check_node (Lisp_Object obj)
|
|||
xsignal1 (Qtreesit_node_buffer_killed, obj);
|
||||
}
|
||||
|
||||
/* Checks that OBJ is a positive integer and it is within the visible
|
||||
/* Check that OBJ is a positive integer and it is within the visible
|
||||
portion of BUF. */
|
||||
static void
|
||||
treesit_check_position (Lisp_Object obj, struct buffer *buf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue