Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 6, 2024
1 parent 8cc2415 commit a2fe06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a2fe06a

Please sign in to comment.