From: Po Lu Date: Sun, 3 Sep 2023 01:12:32 +0000 (+0800) Subject: ; Reintroduce menus beneath chapters in the Transient manual X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ecc73f47a7d5473d0e3f070d85051fc85580f9d;p=emacs.git ; Reintroduce menus beneath chapters in the Transient manual * 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. --- diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi index f7a3cffad2f..e06f7759d1b 100644 --- a/doc/misc/transient.texi +++ b/doc/misc/transient.texi @@ -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