mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 04:39:37 +00:00
; Fix tree-sitter manual title case
* doc/lispref/elisp.texi: * doc/lispref/modes.texi: * doc/lispref/parsing.texi: Change to title case.
This commit is contained in:
parent
aab8ddca5e
commit
4ef12cfb1f
3 changed files with 5 additions and 5 deletions
|
@ -1370,7 +1370,7 @@ Parsing Program Source
|
||||||
* Accessing Node Information:: Accessing node information.
|
* Accessing Node Information:: Accessing node information.
|
||||||
* Pattern Matching:: Pattern matching with query patterns.
|
* Pattern Matching:: Pattern matching with query patterns.
|
||||||
* Multiple Languages:: Parse text written in multiple languages.
|
* Multiple Languages:: Parse text written in multiple languages.
|
||||||
* Tree-sitter major modes:: Develop major modes using tree-sitter.
|
* Tree-sitter Major Modes:: Develop major modes using tree-sitter.
|
||||||
* Tree-sitter C API:: Compare the C API and the ELisp API.
|
* Tree-sitter C API:: Compare the C API and the ELisp API.
|
||||||
|
|
||||||
Syntax Descriptors
|
Syntax Descriptors
|
||||||
|
|
|
@ -2863,10 +2863,10 @@ matched by @var{regexp} and @var{pred} are not grouped under
|
||||||
@var{name-fn} should be either @var{nil} or a function that takes a
|
@var{name-fn} should be either @var{nil} or a function that takes a
|
||||||
defun node and returns the name of that defun, e.g., the function name
|
defun node and returns the name of that defun, e.g., the function name
|
||||||
for a function definition. If @var{name-fn} is @var{nil},
|
for a function definition. If @var{name-fn} is @var{nil},
|
||||||
@code{treesit-defun-name} (@pxref{Tree-sitter major modes}) is used
|
@code{treesit-defun-name} (@pxref{Tree-sitter Major Modes}) is used
|
||||||
instead.
|
instead.
|
||||||
|
|
||||||
@code{treesit-major-mode-setup} (@pxref{Tree-sitter major modes})
|
@code{treesit-major-mode-setup} (@pxref{Tree-sitter Major Modes})
|
||||||
automatically sets up Imenu if this variable is non-@code{nil}.
|
automatically sets up Imenu if this variable is non-@code{nil}.
|
||||||
@end defvar
|
@end defvar
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ source files that mix multiple programming languages.
|
||||||
* Accessing Node Information:: Accessing node information.
|
* Accessing Node Information:: Accessing node information.
|
||||||
* Pattern Matching:: Pattern matching with query patterns.
|
* Pattern Matching:: Pattern matching with query patterns.
|
||||||
* Multiple Languages:: Parse text written in multiple languages.
|
* Multiple Languages:: Parse text written in multiple languages.
|
||||||
* Tree-sitter major modes:: Develop major modes using tree-sitter.
|
* Tree-sitter Major Modes:: Develop major modes using tree-sitter.
|
||||||
* Tree-sitter C API:: Compare the C API and the ELisp API.
|
* Tree-sitter C API:: Compare the C API and the ELisp API.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
|
@ -1675,7 +1675,7 @@ language of the buffer text at @var{pos}. This variable is used by
|
||||||
@code{treesit-language-at}.
|
@code{treesit-language-at}.
|
||||||
@end defvar
|
@end defvar
|
||||||
|
|
||||||
@node Tree-sitter major modes
|
@node Tree-sitter Major Modes
|
||||||
@section Developing major modes with tree-sitter
|
@section Developing major modes with tree-sitter
|
||||||
@cindex major mode, developing with tree-sitter
|
@cindex major mode, developing with tree-sitter
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue