summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2019-12-26 20:38:53 +0100
committerJonas Bernoulli <jonas@bernoul.li>2019-12-26 20:38:53 +0100
commit93c9f2a251a4e5f37cd01793b88c1298a29b914e (patch)
tree92f8b5d15331d5dfd401145a8b39c0df81daa340
parent6ceb643f0bd7faa5d6ae19c5cd2b57857463a074 (diff)
manual: Fix typo
-rw-r--r--docs/transient.org6
-rw-r--r--docs/transient.texi6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/transient.org b/docs/transient.org
index 01d4cd6..8acd1a1 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Transient: (transient).
#+TEXINFO_DIR_DESC: Transient Commands
-#+SUBTITLE: for version 0.1.0 (v0.1.0-129-gc1ae1ee+1)
+#+SUBTITLE: for version 0.1.0 (v0.1.0-131-g6ceb643+1)
#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
@@ -37,7 +37,7 @@ Calling a suffix command usually causes the transient to be exited
but suffix commands can also be configured to not exit the transient.
#+TEXINFO: @noindent
-This manual is for Transient version 0.1.0 (v0.1.0-129-gc1ae1ee+1).
+This manual is for Transient version 0.1.0 (v0.1.0-131-g6ceb643+1).
#+BEGIN_QUOTE
Copyright (C) 2018-2019 Jonas Bernoulli <jonas@bernoul.li>
@@ -114,7 +114,7 @@ looks a bit like this:
|
|Create
| t tag
-| r telease
+| r release
`-----------------------------------------
#+END_EXAMPLE
diff --git a/docs/transient.texi b/docs/transient.texi
index ac13e8f..f694a64 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.1.0 (v0.1.0-129-gc1ae1ee+1)
+@subtitle for version 0.1.0 (v0.1.0-131-g6ceb643+1)
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -65,7 +65,7 @@ Calling a suffix command usually causes the transient to be exited
but suffix commands can also be configured to not exit the transient.
@noindent
-This manual is for Transient version 0.1.0 (v0.1.0-129-gc1ae1ee+1).
+This manual is for Transient version 0.1.0 (v0.1.0-131-g6ceb643+1).
@quotation
Copyright (C) 2018-2019 Jonas Bernoulli <jonas@@bernoul.li>
@@ -213,7 +213,7 @@ looks a bit like this:
|
|Create
| t tag
-| r telease
+| r release
`-----------------------------------------
@end example