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

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

[elpa] externals/transient b155eec353 011/366: transient--suffix-command


From: Jonas Bernoulli
Subject: [elpa] externals/transient b155eec353 011/366: transient--suffix-command: Fix doc-string typos
Date: Tue, 25 Jan 2022 18:54:22 -0500 (EST)

branch: externals/transient
commit b155eec353961bccde4faeafbf11e116ed5c8b72
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    transient--suffix-command: Fix doc-string typos
---
 lisp/transient.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 8420485096..c641aba4a7 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -962,7 +962,7 @@ probably use this instead:
 
 Given a suffix specified by ARG, this function returns the
 respective command or a symbol that represents it.  It could
-therefore be considere the inverse of `transient-suffix-object'.
+therefore be considered the inverse of `transient-suffix-object'.
 
 Unlike that function it is only intended for internal use though,
 and it is more complicated to describe because of some internal
@@ -992,13 +992,13 @@ then this function always returns a symbol that is, or 
merely
 represents that command.
 
 The reason that there are \"symbols that merely represent a
-command\" is that by avoiding to binding a symbol as a command we
-can prevent it from being offered as a completion candidates for
+command\" is that by avoiding binding a symbol as a command we
+can prevent it from being offered as a completion candidate for
 `execute-extended-command'.  That is useful for infix arguments,
-which usually do not work corretly unless called from a
+which usually do not work correctly unless called from a
 transient.  Unfortunately this only works for infix arguments
-that are defined inline in the defintion of of a transient prefix
-command; explicitly defined infix arguments continue to polute
+that are defined inline in the definition of a transient prefix
+command; explicitly defined infix arguments continue to pollute
 the command namespace.  It would be better if all this were made
 unnecessary by a `execute-extended-command-ignore' symbol property
 but unfortunately that does not exist (yet?)."



reply via email to

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