]> git.eshelyaron.com Git - emacs.git/commitdiff
Introduce menus beneath new chapters in the Transient menu
authorPo Lu <luangruo@yahoo.com>
Mon, 11 Dec 2023 03:39:00 +0000 (11:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 11 Dec 2023 03:39:00 +0000 (11:39 +0800)
* doc/misc/transient.texi (Usage)
(Modifying Existing Transients): Insert menus from which Texinfo
4.13 can infer Prev and Next nodes.

doc/misc/transient.texi

index ac330e097023fd2d266f1c520c65ae637501e5c2..cba434d072eeabb18dd3e95ccd06e881195a9868 100644 (file)
@@ -203,6 +203,18 @@ easy.  Fun even.  Once you've tried it, it's hard to go back to the
 @node Usage
 @chapter Usage
 
+@menu
+* Invoking Transients::
+* Aborting and Resuming Transients::
+* Common Suffix Commands::
+* Saving Values::
+* Using History::
+* Getting Help for Suffix Commands::
+* Enabling and Disabling Suffixes::
+* Other Commands::
+* Configuration::
+@end menu
+
 @node Invoking Transients
 @section Invoking Transients
 
@@ -926,6 +938,15 @@ signal an error.
 @node Defining New Commands
 @chapter Defining New Commands
 
+@menu
+* Technical Introduction::
+* Defining Transients::
+* Binding Suffix and Infix Commands::
+* Defining Suffix and Infix Commands::
+* Using Infix Arguments::
+* Transient State::
+@end menu
+
 @node Technical Introduction
 @section Technical Introduction