From b7b08cd2fb0ba14faf671bfe8489b23cf17cd4a8 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 10 Apr 2024 21:07:21 +0300 Subject: [PATCH] * doc/lispref/parsing.texi (Parsing Program Source): Fix menu. Add the new node "User-defined Things" to the menu. (cherry picked from commit 103a2fdf18d99c872e4adb01a15a8300164acd66) --- doc/lispref/parsing.texi | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5