summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-12-05 19:46:56 +0100
committerJonas Bernoulli <jonas@bernoul.li>2023-12-05 19:46:56 +0100
commit6d7491702ca0ff93bbfa3be7768b456b0bf1503d (patch)
tree1271b6f58ef854a908bd67e8241846af593e29fe
parent4b76028d04feabfe92a01c96f49edad098e6b98d (diff)
docs: Fix typo
-rw-r--r--docs/transient.org2
-rw-r--r--docs/transient.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/transient.org b/docs/transient.org
index 28efaa9..69c7941 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 51edc5a..e52e2ec 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}.