branch: externals/transient
commit 8af3c92db4434b83f3bd50001cc5ff940d7a4cd8
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Regenerate manual
---
 docs/transient.texi | 30 ++++--------------------------
 1 file changed, 4 insertions(+), 26 deletions(-)

diff --git a/docs/transient.texi b/docs/transient.texi
index d6408e69e8..741bc96a58 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -97,12 +97,6 @@ Defining New Commands
 * Current Prefix Command::
 * Transient State::
 
-Binding Suffix and Infix Commands
-
-* Group Specifications::
-* Suffix Specifications::
-
-
 Classes and Methods
 
 * Group Classes::
@@ -115,12 +109,6 @@ Classes and Methods
 * Suffix Slots::
 * Predicate Slots::
 
-Suffix Methods
-
-* Suffix Value Methods::
-* Suffix Format Methods::
-
-
 @end detailmenu
 @end menu
 
@@ -1202,12 +1190,7 @@ functions such as @code{transient-insert-suffix} (see 
@ref{Modifying Existing Tr
 their arguments, which has the same form as the specifications used in
 @code{transient-define-prefix}.
 
-@menu
-* Group Specifications::
-* Suffix Specifications::
-@end menu
-
-@node Group Specifications
+@anchor{Group Specifications}
 @subsection Group Specifications
 
 @cindex group specifications
@@ -1355,7 +1338,7 @@ using @code{,}.  This feature is experimental and should 
be avoided.
 
 The form of suffix specifications is documented in the next node.
 
-@node Suffix Specifications
+@anchor{Suffix Specifications}
 @subsection Suffix Specifications
 
 @cindex suffix specifications
@@ -2232,12 +2215,7 @@ commands.  The default method effectively describes the 
command using
 To get information about the methods implementing these generic
 functions use @code{describe-function}.
 
-@menu
-* Suffix Value Methods::
-* Suffix Format Methods::
-@end menu
-
-@node Suffix Value Methods
+@anchor{Suffix Value Methods}
 @subsection Suffix Value Methods
 
 @defun transient-init-value obj
@@ -2319,7 +2297,7 @@ unless a concrete method is implemented, this falls 
through to
 the default implementation, which is a noop.
 @end defun
 
-@node Suffix Format Methods
+@anchor{Suffix Format Methods}
 @subsection Suffix Format Methods
 
 @defun transient-format obj

Reply via email to