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

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

[elpa] externals/transient 72d30284ab 2/2: manual: Incorporate minor fix


From: Jonas Bernoulli
Subject: [elpa] externals/transient 72d30284ab 2/2: manual: Incorporate minor fixes from Emacs
Date: Wed, 30 Nov 2022 15:35:36 -0500 (EST)

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

    manual: Incorporate minor fixes from Emacs
---
 docs/transient.org  | 8 ++++----
 docs/transient.texi | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 522c9148e3..4e064d9e7d 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -144,7 +144,7 @@ See [[*Using History]].
 
 After a transient prefix command is invoked, {{{kbdvar(C-h <KEY>)}}} can be 
used to
 show the documentation for the infix or suffix command that {{{var(KEY)}}} is
-bound to (see [[*Getting Help for Suffix Commands]]) and infixes and
+bound to (see [[*Getting Help for Suffix Commands]]), and infixes and
 suffixes can be removed from the transient using {{{kbdvar(C-x l <KEY>)}}}. 
Infixes
 and suffixes that are disabled by default can be enabled the same way.
 See [[*Enabling and Disabling Suffixes]].
@@ -548,8 +548,8 @@ Also see [[* Common Suffix Commands]].
   This displays the window at the bottom of the selected frame.
   Another useful {{{var(FUNCTION)}}} is ~display-buffer-below-selected~, which
   is what ~magit-popup~ used by default.  For more alternatives see
-  [[info:elisp#Display Action Functions]] and [[info:elisp#Buffer Display
-  Action Alists]].
+  [[info:elisp#Buffer Display Action Functions]], and [[info:elisp#Buffer
+  Display Action Alists]].
 
   Note that the buffer that was current before the transient buffer
   is shown should remain the current buffer.  Many suffix commands
@@ -1737,7 +1737,7 @@ functions use ~describe-function~.
 
 - ~transient-suffix~ and ~transient-non-suffix~ play a part when
   determining whether the currently active transient prefix command
-  remains active/transient when a suffix or abitrary non-suffix
+  remains active/transient when a suffix or arbitrary non-suffix
   command is invoked.  See [[*Transient State]].
 
 - ~incompatible~ A list of lists.  Each sub-list specifies a set of
diff --git a/docs/transient.texi b/docs/transient.texi
index b78b1aad45..54a92db4bd 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -249,7 +249,7 @@ See @ref{Using History}.
 
 After a transient prefix command is invoked, @kbd{C-h @var{KEY}} can be used to
 show the documentation for the infix or suffix command that @var{KEY} is
-bound to (see @ref{Getting Help for Suffix Commands}) and infixes and
+bound to (see @ref{Getting Help for Suffix Commands}), and infixes and
 suffixes can be removed from the transient using @kbd{C-x l @var{KEY}}. Infixes
 and suffixes that are disabled by default can be enabled the same way.
 See @ref{Enabling and Disabling Suffixes}.
@@ -716,7 +716,7 @@ The default is:
 This displays the window at the bottom of the selected frame.
 Another useful @var{FUNCTION} is @code{display-buffer-below-selected}, which
 is what @code{magit-popup} used by default.  For more alternatives see
-@ref{Display Action Functions,,,elisp,} and @ref{Buffer Display Action 
Alists,,,elisp,}.
+@ref{Buffer Display Action Functions,,,elisp,}, and @ref{Buffer Display Action 
Alists,,,elisp,}.
 
 Note that the buffer that was current before the transient buffer
 is shown should remain the current buffer.  Many suffix commands
@@ -1999,7 +1999,7 @@ probably don't want that.
 @item
 @code{transient-suffix} and @code{transient-non-suffix} play a part when
 determining whether the currently active transient prefix command
-remains active/transient when a suffix or abitrary non-suffix
+remains active/transient when a suffix or arbitrary non-suffix
 command is invoked.  See @ref{Transient State}.
 
 @item



reply via email to

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