diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/transient.org | 4 | ||||
| -rw-r--r-- | docs/transient.texi | 25 |
2 files changed, 25 insertions, 4 deletions
diff --git a/docs/transient.org b/docs/transient.org index eea4349..e063080 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -7,7 +7,7 @@ #+texinfo_dir_category: Emacs misc features #+texinfo_dir_title: Transient: (transient). #+texinfo_dir_desc: Transient Commands -#+subtitle: for version 0.5.2 +#+subtitle: for version 0.5.3 #+setupfile: .orgconfig @@ -20,7 +20,7 @@ resource to get over that hurdle is Psionic K's interactive tutorial, available at https://github.com/positron-solutions/transient-showcase. #+texinfo: @noindent -This manual is for Transient version 0.5.2. +This manual is for Transient version 0.5.3. #+texinfo: @insertcopying :END: diff --git a/docs/transient.texi b/docs/transient.texi index b6c426d..df56584 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Transient User and Developer Manual -@subtitle for version 0.5.2 +@subtitle for version 0.5.3 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -53,7 +53,7 @@ resource to get over that hurdle is Psionic K's interactive tutorial, available at @uref{https://github.com/positron-solutions/transient-showcase}. @noindent -This manual is for Transient version 0.5.2. +This manual is for Transient version 0.5.3. @insertcopying @end ifnottex @@ -203,6 +203,18 @@ easy. Fun even. Once you've tried it, it's hard to go back to the @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 @@ -924,6 +936,15 @@ signal an error. @node Defining New Commands @chapter Defining New Commands +@menu +* Technical Introduction:: +* Defining Transients:: +* Binding Suffix and Infix Commands:: +* Defining Suffix and Infix Commands:: +* Using Infix Arguments:: +* Transient State:: +@end menu + @node Technical Introduction @section Technical Introduction |
