emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a2817be9f18: Reintroduce menus beneath chapters in the Transient


From: Po Lu
Subject: master a2817be9f18: Reintroduce menus beneath chapters in the Transient manual
Date: Mon, 28 Aug 2023 21:05:18 -0400 (EDT)

branch: master
commit a2817be9f184087fbd7f235ad7792907330589ea
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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.
---
 doc/misc/transient.texi | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi
index e6144dcf2bc..6cf861ed243 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]