[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 8ecc73f47a7: ; Reintroduce menus beneath chapters in the Transien
From: |
Po Lu |
Subject: |
master 8ecc73f47a7: ; Reintroduce menus beneath chapters in the Transient manual |
Date: |
Sat, 2 Sep 2023 21:12:41 -0400 (EDT) |
branch: master
commit 8ecc73f47a7d5473d0e3f070d85051fc85580f9d
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. The previous merge from emacs-29
overwrote this change.
---
doc/misc/transient.texi | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 8ecc73f47a7: ; Reintroduce menus beneath chapters in the Transient manual,
Po Lu <=