]> git.eshelyaron.com Git - emacs.git/commitdiff
; Reintroduce menus beneath chapters in the Transient manual
authorPo Lu <luangruo@yahoo.com>
Sun, 3 Sep 2023 01:12:32 +0000 (09:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 3 Sep 2023 01:12:32 +0000 (09:12 +0800)
* doc/misc/transient.texi (Introduction)
(Modifying Existing Transients, Predicate Slots): Return the
menus to their proper location, so Texinfo 4.13 can infer up
pointers for nodes within.  The previous merge from emacs-29
overwrote this change.

doc/misc/transient.texi

index f7a3cffad2fddbb957bfa06534b5e382effd4217..e06f7759d1bf346806de86fc4086fe2a25e7b516 100644 (file)
@@ -290,6 +290,18 @@ cannot be interrupted with prefix commands.)
 @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
 
@@ -1002,6 +1014,14 @@ signal an error.
 @node Defining New Commands
 @chapter Defining New Commands
 
+@menu
+* Defining Transients::
+* Binding Suffix and Infix Commands::
+* Defining Suffix and Infix Commands::
+* Using Infix Arguments::
+* Transient State::
+@end menu
+
 @node Defining Transients
 @section Defining Transients
 
@@ -2231,6 +2251,11 @@ available depending on user preference.
 @node Related Abstractions and Packages
 @chapter Related Abstractions and Packages
 
+@menu
+* Comparison With Prefix Keys and Prefix Arguments::
+* Comparison With Other Packages::
+@end menu
+
 @node Comparison With Prefix Keys and Prefix Arguments
 @section Comparison With Prefix Keys and Prefix Arguments