emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/transient 8c62d0d223 1/8: Fix documentation typos


From: Jonas Bernoulli
Subject: [elpa] externals/transient 8c62d0d223 1/8: Fix documentation typos
Date: Wed, 11 May 2022 18:05:34 -0400 (EDT)

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

    Fix documentation typos
---
 docs/transient.org  | 2 +-
 docs/transient.texi | 2 +-
 lisp/transient.el   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 27b2505866..9217d7d204 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -1775,7 +1775,7 @@ They are defined here anyway to allow sharing certain 
methods.
 
 - ~value~ The value.  Should not be accessed directly.
 
-- ~init-value~ Function that is responsable for setting the object's
+- ~init-value~ Function that is responsible for setting the object's
   value.  If bound, then this is called with the object as the only
   argument.  Usually this is not bound, in which case the object's
   primary ~transient-init-value~ method is called instead.
diff --git a/docs/transient.texi b/docs/transient.texi
index d263178e37..7ff4fa6694 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -2058,7 +2058,7 @@ They are defined here anyway to allow sharing certain 
methods.
 @code{value} The value.  Should not be accessed directly.
 
 @item
-@code{init-value} Function that is responsable for setting the object's
+@code{init-value} Function that is responsible for setting the object's
 value.  If bound, then this is called with the object as the only
 argument.  Usually this is not bound, in which case the object's
 primary @code{transient-init-value} method is called instead.
diff --git a/lisp/transient.el b/lisp/transient.el
index e76c0aa5bc..c02f92034a 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -259,7 +259,7 @@ arguments.  When this option is non-nil, then the key 
binding
 for infix argument are highlighted when only a long argument
 \(e.g. \"--verbose\") is specified but no shor-thand (e.g \"-v\").
 In the rare case that a short-hand is specified but does not
-match the key binding, then it is highlighed differently.
+match the key binding, then it is highlighted differently.
 
 The highlighting is done using using `transient-mismatched-key'
 and `transient-nonstandard-key'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]