branch: externals/transient
commit 097f5be6e0c228790a6e78ffee5f0c599cb58b20
Author: hokomo <hok...@airmail.cc>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    manual: Fix typos
---
 docs/transient.org  | 6 +++---
 docs/transient.texi | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index d084b35ab7..8d2be808de 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -1021,7 +1021,7 @@ argument that is mandatory in all cases.
   with it (as would be the case if ~transient-define-suffix~ or
   ~transient-define-infix~ were used to define it).
 
-  Anonymous, dynamically defined suffix commands are also support.
+  Anonymous, dynamically defined suffix commands are also supported.
   See information about the ~:setup-children~ function in [[*Group
   Specifications]].
 
@@ -1550,7 +1550,7 @@ object should not affect later invocations.
   indicates that all remaining arguments are files.
 
 - Classes used for infix commands that represent variables should
-  derived from the abstract ~transient-variables~ class.
+  derived from the abstract ~transient-variable~ class.
 
 Magit defines additional classes, which can serve as examples for the
 fancy things you can do without modifying Transient.  Some of these
@@ -1753,7 +1753,7 @@ Also see [[*Suffix Classes]].
   called with no argument and returns a string.
 
 - ~show-help~ A function used to display help for the suffix.  If
-  unspecified, the prefix controls how hlep is displayed for its
+  unspecified, the prefix controls how help is displayed for its
   suffixes.
 
 *** Slots of ~transient-infix~
diff --git a/docs/transient.texi b/docs/transient.texi
index 5ae15bb340..1ce39566fa 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -1222,7 +1222,7 @@ Any command will do; it does not need to have an object 
associated
 with it (as would be the case if @code{transient-define-suffix} or
 @code{transient-define-infix} were used to define it).
 
-Anonymous, dynamically defined suffix commands are also support.
+Anonymous, dynamically defined suffix commands are also supported.
 See information about the @code{:setup-children} function in @ref{Group 
Specifications}.
 
 As mentioned above, the object that is associated with a command can
@@ -1800,7 +1800,7 @@ indicates that all remaining arguments are files.
 
 @item
 Classes used for infix commands that represent variables should
-derived from the abstract @code{transient-variables} class.
+derived from the abstract @code{transient-variable} class.
 @end itemize
 
 Magit defines additional classes, which can serve as examples for the
@@ -2035,7 +2035,7 @@ called with no argument and returns a string.
 
 @item
 @code{show-help} A function used to display help for the suffix.  If
-unspecified, the prefix controls how hlep is displayed for its
+unspecified, the prefix controls how help is displayed for its
 suffixes.
 @end itemize
 

Reply via email to