summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-01-06 15:57:10 +0100
committerJonas Bernoulli <jonas@bernoul.li>2024-01-06 15:57:10 +0100
commita2fe06ac00d419ddcbf8f9ef59bf1c4d2350ccbe (patch)
tree37a53771782080eb436ee928d61c6f4ecc9f9022
parent8cc2415a543a1f59b7ee973979daf080aa04c55d (diff)
Fix typos
-rw-r--r--CHANGELOG2
-rw-r--r--lisp/transient.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6b3dcbb..e3fab8b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -105,7 +105,7 @@ in your favorite transient-using packages in the coming months.
can now be a function that returns such a list. #212
- Per-suffix functions that format its description (specified using the
- ~descripton~ slot) can now optionally take one instead of zero argument,
+ ~description~ slot) can now optionally take one instead of zero argument,
the respective suffix object. 09be367b
- Added a new command ~transient-echo-arguments~ intended for use in
diff --git a/lisp/transient.el b/lisp/transient.el
index fce6c94..f4fd0a0 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1516,7 +1516,7 @@ invoked from.
Regular suffix commands, which are not prefixes, do not have to
concern themselves with this distinction, so they can use this
function instead. In the context of a plain suffix, it always
-returns the value of the appropiate variable."
+returns the value of the appropriate variable."
(or transient--prefix transient-current-prefix))
(defun transient-suffix-object (&optional command)