summaryrefslogtreecommitdiff
path: root/doc/lispref/parsing.texi
diff options
context:
space:
mode:
authorYuan Fu <casouri@gmail.com>2023-01-02 14:15:05 -0800
committerYuan Fu <casouri@gmail.com>2023-01-02 14:25:54 -0800
commit4ef12cfb1fc3f08fc17f0ed622ddfcb1d26cefc8 (patch)
tree6a7ec66dff6281961adf2056cbb407f6cc007c86 /doc/lispref/parsing.texi
parentaab8ddca5e1bbbca0ab3d2241c34ccde7ebd6e1e (diff)
downloademacs-4ef12cfb1fc3f08fc17f0ed622ddfcb1d26cefc8.tar.gz
emacs-4ef12cfb1fc3f08fc17f0ed622ddfcb1d26cefc8.tar.bz2
emacs-4ef12cfb1fc3f08fc17f0ed622ddfcb1d26cefc8.zip
; Fix tree-sitter manual title case
* doc/lispref/elisp.texi: * doc/lispref/modes.texi: * doc/lispref/parsing.texi: Change to title case.
Diffstat (limited to 'doc/lispref/parsing.texi')
-rw-r--r--doc/lispref/parsing.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi
index 1ed59526a61..19a22c121de 100644
--- a/doc/lispref/parsing.texi
+++ b/doc/lispref/parsing.texi
@@ -45,7 +45,7 @@ source files that mix multiple programming languages.
* Accessing Node Information:: Accessing node information.
* Pattern Matching:: Pattern matching with query patterns.
* 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.
@end menu
@@ -1675,7 +1675,7 @@ language of the buffer text at @var{pos}. This variable is used by
@code{treesit-language-at}.
@end defvar
-@node Tree-sitter major modes
+@node Tree-sitter Major Modes
@section Developing major modes with tree-sitter
@cindex major mode, developing with tree-sitter