From: Juri Linkov Date: Wed, 10 Apr 2024 18:07:21 +0000 (+0300) Subject: * doc/lispref/parsing.texi (Parsing Program Source): Fix menu. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7b08cd2fb0ba14faf671bfe8489b23cf17cd4a8;p=emacs.git * doc/lispref/parsing.texi (Parsing Program Source): Fix menu. Add the new node "User-defined Things" to the menu. (cherry picked from commit 103a2fdf18d99c872e4adb01a15a8300164acd66) --- diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index 4fa5fb3d7ee..49db6585e88 100644 --- a/doc/lispref/parsing.texi +++ b/doc/lispref/parsing.texi @@ -44,6 +44,7 @@ source files that mix multiple programming languages. * Retrieving Nodes:: Retrieving nodes from a syntax tree. * Accessing Node Information:: Accessing node information. * Pattern Matching:: Pattern matching with query patterns. +* User-defined Things:: User-defined ``Things'' and Navigation. * Multiple Languages:: Parse text written in multiple languages. * Tree-sitter Major Modes:: Develop major modes using tree-sitter. * Tree-sitter C API:: Compare the C API and the ELisp API.