diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-04 17:49:32 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-04 17:49:32 +0100 |
| commit | 150e9d625ba28747812a7243f79d61ea927aacc6 (patch) | |
| tree | bcf1ed689f179eb33c663ffdc102da23dfdc0882 | |
| parent | 0a78a768a0113d98aa892a565e75b8cb54a188b0 (diff) | |
Fix typos
| -rw-r--r-- | docs/transient.org | 2 | ||||
| -rw-r--r-- | docs/transient.texi | 2 | ||||
| -rw-r--r-- | lisp/transient.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/transient.org b/docs/transient.org index 63e4d5e..5468e73 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -728,7 +728,7 @@ Two more essential options are documented in [[* Common Suffix Commands]]. not match the respective command-line argument should be highlighted. For other infix commands this option has no effect. - This is mostly indended for autors of transient menus and disabled + This is mostly intended for authors of transient menus and disabled by default. When this option is non-~nil~, the key binding for an infix argument diff --git a/docs/transient.texi b/docs/transient.texi index 4aea3fd..041b020 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -879,7 +879,7 @@ This option controls whether key bindings of infix commands that do not match the respective command-line argument should be highlighted. For other infix commands this option has no effect. -This is mostly indended for autors of transient menus and disabled +This is mostly intended for authors of transient menus and disabled by default. When this option is non-@code{nil}, the key binding for an infix argument diff --git a/lisp/transient.el b/lisp/transient.el index d9b71f6..ff2a2b5 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -2000,7 +2000,7 @@ probably use this instead: ;; that there is a bug somewhere. ((length> suffixes 1) (error "BUG: Cannot unambiguously determine suffix object")) - ;; It is legimate to use this function as a predicate of sorts. + ;; It is legitimate to use this function as a predicate of sorts. ;; `transient--pre-command' and `transient-help' are examples. (t nil)))) ([obj (transient--suffix-prototype (or command this-command))] |
