summaryrefslogtreecommitdiff
path: root/docs/transient.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-11-11 15:38:54 +0100
committerJonas Bernoulli <jonas@bernoul.li>2024-11-11 15:38:54 +0100
commitd90d65b822001fa6f4a85e5fa65b3fddffa43942 (patch)
treec97b9ed5bb2ba502d1b0dce290d20389d9caa28e /docs/transient.org
parenta541b996bd03a21a81edc02f333016fd906b91b6 (diff)
transient-mode-line-format: Fix typos in documentation
Diffstat (limited to 'docs/transient.org')
-rw-r--r--docs/transient.org11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/transient.org b/docs/transient.org
index 5959f22..ed88cf9 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -548,15 +548,14 @@ Also see [[* Common Suffix Commands]].
displayed right above the echo area, then this probably is not a
good value.
- If ~line~ (the default) or a natural number, then the buffer
- has no mode-line, but a line is drawn is drawn in its place.
- If a number is used, that specifies the thickness of the line.
- On termcap frames we cannot draw lines, so there ~line~ and
- numbers are synonyms for ~nil~.
+ If ~line~ (the default) or a natural number, then the buffer has no
+ mode-line, but a line is drawn in its place. If a number is used,
+ that specifies the thickness of the line. On termcap frames we
+ cannot draw lines, so there ~line~ and numbers are synonyms for ~nil~.
The color of the line is used to indicate if non-suffixes are
allowed and whether they exit the transient. The foreground
- color of ~transient-key-noop~ (if non-suffix are disallowed),
+ color of ~transient-key-noop~ (if non-suffixes are disallowed),
~transient-key-stay~ (if allowed and transient stays active), or
~transient-key-exit~ (if allowed and they exit the transient) is
used to draw the line.