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

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

[elpa] externals/transient d90d65b822 1/2: transient-mode-line-format: F


From: Jonas Bernoulli
Subject: [elpa] externals/transient d90d65b822 1/2: transient-mode-line-format: Fix typos in documentation
Date: Thu, 14 Nov 2024 10:53:27 -0500 (EST)

branch: externals/transient
commit d90d65b822001fa6f4a85e5fa65b3fddffa43942
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    transient-mode-line-format: Fix typos in documentation
---
 docs/transient.org  | 11 +++++------
 docs/transient.texi | 11 +++++------
 lisp/transient.el   | 11 +++++------
 3 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 5959f22a08..ed88cf910b 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.
diff --git a/docs/transient.texi b/docs/transient.texi
index 16df8bc662..5432f7cbef 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -707,15 +707,14 @@ If @code{nil}, then the buffer has no mode-line.  If the 
buffer is not
 displayed right above the echo area, then this probably is not a
 good value.
 
-If @code{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 @code{line} and
-numbers are synonyms for @code{nil}.
+If @code{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 @code{line} and numbers are synonyms for 
@code{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 @code{transient-key-noop} (if non-suffix are disallowed),
+color of @code{transient-key-noop} (if non-suffixes are disallowed),
 @code{transient-key-stay} (if allowed and transient stays active), or
 @code{transient-key-exit} (if allowed and they exit the transient) is
 used to draw the line.
diff --git a/lisp/transient.el b/lisp/transient.el
index bf62cb81f9..474f43c6e5 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -230,15 +230,14 @@ If nil, then the buffer has no mode-line.  If the buffer 
is not
 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.



reply via email to

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