]> git.eshelyaron.com Git - emacs.git/commitdiff
Reintroduce menus beneath chapters in the Transient manual
authorPo Lu <luangruo@yahoo.com>
Tue, 29 Aug 2023 01:05:04 +0000 (09:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 29 Aug 2023 01:05:04 +0000 (09:05 +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.

doc/misc/transient.texi

index e6144dcf2bc0f980fcd5c21b234b8ec3b74b2daf..6cf861ed24345df0da6be20188482a7cb6036d59 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