branch: externals/transient commit 6d7491702ca0ff93bbfa3be7768b456b0bf1503d Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
docs: Fix typo --- docs/transient.org | 2 +- docs/transient.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.org b/docs/transient.org index 28efaa98e2..69c794132e 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -931,7 +931,7 @@ Transients]]) and adds the transient's infix and suffix bindings, as described below. Users and third-party packages can add additional bindings using -functions such as ~transient-insert-suffix~ (See [[*Modifying Existing +functions such as ~transient-insert-suffix~ (see [[*Modifying Existing Transients]]). These functions take a “suffix specification” as one of their arguments, which has the same form as the specifications used in ~transient-define-prefix~. diff --git a/docs/transient.texi b/docs/transient.texi index 51edc5ae67..e52e2ec5c4 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -1088,7 +1088,7 @@ This defines the actual transient prefix command (see @ref{Defining Transients}) described below. Users and third-party packages can add additional bindings using -functions such as @code{transient-insert-suffix} (See @ref{Modifying Existing Transients}). These functions take a ``suffix specification'' as one of +functions such as @code{transient-insert-suffix} (see @ref{Modifying Existing Transients}). These functions take a ``suffix specification'' as one of their arguments, which has the same form as the specifications used in @code{transient-define-prefix}.