]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/parsing.texi (Parsing Program Source): Fix menu.
authorJuri Linkov <juri@linkov.net>
Wed, 10 Apr 2024 18:07:21 +0000 (21:07 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Apr 2024 20:31:16 +0000 (22:31 +0200)
Add the new node "User-defined Things" to the menu.

(cherry picked from commit 103a2fdf18d99c872e4adb01a15a8300164acd66)

doc/lispref/parsing.texi

index 4fa5fb3d7ee79209dc638ca4e7ff80e71f4a8d2c..49db6585e88ece743f540ee96d19c8286673d910 100644 (file)
@@ -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.