[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient a2fe06ac00 4/4: Fix typos
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient a2fe06ac00 4/4: Fix typos |
Date: |
Thu, 11 Jan 2024 10:43:31 -0500 (EST) |
branch: externals/transient
commit a2fe06ac00d419ddcbf8f9ef59bf1c4d2350ccbe
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Fix typos
---
CHANGELOG | 2 +-
lisp/transient.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 6b3dcbb33a..e3fab8bafd 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 fce6c94acb..f4fd0a06e1 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)