[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 51f25c21b8 24/25: Fix typos in documentation
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 51f25c21b8 24/25: Fix typos in documentation |
Date: |
Tue, 3 Dec 2024 14:35:03 -0500 (EST) |
branch: externals/transient
commit 51f25c21b8e4646a48d28a5c92aa8348f91f0cde
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Fix typos in documentation
---
CHANGELOG | 2 +-
docs/transient.org | 2 +-
docs/transient.texi | 2 +-
lisp/transient.el | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index fe9853cb56..d9289c576e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -775,7 +775,7 @@ Also contains various documentation updates and code
clean-ups.
248862c5
- Added support for disabling and dimming suffix commands that are
- currently not suitable, instead of completely hidding them. #80
+ currently not suitable, instead of completely hiding them. #80
- Autoload functions that serve a purpose similar to that of
~define-key~. #85
diff --git a/docs/transient.org b/docs/transient.org
index a66fb72db5..cde83c33a2 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -650,7 +650,7 @@ Also see [[* Common Suffix Commands]].
If the value is ~fixed~ and the menu window uses the full height of its
frame, then the former is ignored and resizing is allowed anyway. This
- is necessary because individual menus may use unusal display actions
+ is necessary because individual menus may use unusual display actions
different from what ~transient-display-buffer-action~ specifies (likely
to display that menu in a side-window).
diff --git a/docs/transient.texi b/docs/transient.texi
index b1ad8c85ac..16a59fa21d 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -808,7 +808,7 @@ below.
If the value is @code{fixed} and the menu window uses the full height of its
frame, then the former is ignored and resizing is allowed anyway. This
-is necessary because individual menus may use unusal display actions
+is necessary because individual menus may use unusual display actions
different from what @code{transient-display-buffer-action} specifies (likely
to display that menu in a side-window).
diff --git a/lisp/transient.el b/lisp/transient.el
index 9803ddd48c..4949db7f3a 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -215,7 +215,7 @@ buffer became the current buffer, then that would change
what is
at point. To that effect `inhibit-same-window' ensures that the
selected window is not used to show the transient buffer.
-The use of a horizonal split to display the menu window can lead
+The use of a horizontal split to display the menu window can lead
to incompatibilities and is thus discouraged. Transient tries to
mitigate such issue but cannot proactively deal with all possible
configurations and combinations of third-party packages.
@@ -292,7 +292,7 @@ below.
If the value is `fixed' and the menu window uses the full height of its
frame, then the former is ignored and resizing is allowed anyway. This
-is necessary because individual menus may use unusal display actions
+is necessary because individual menus may use unusual display actions
different from what `transient-display-buffer-action' specifies (likely
to display that menu in a side-window).
- [elpa] externals/transient ecdee415fb 16/25: transient-scope: Fully revert behavior with no argument, (continued)
- [elpa] externals/transient ecdee415fb 16/25: transient-scope: Fully revert behavior with no argument, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient b3f3aa034a 09/25: transient-init-value: Define noop method for transient-suffix, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 4130f62966 11/25: transient--show: Run transient-setup-buffer-hook later, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 24a1be509b 02/25: docs: Fix word order, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient d0cba152dc 06/25: transient-scope: Add PREFIX argument, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 75f0aef8d7 04/25: Add new "Scope" top-level section, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 9259f77e14 05/25: transient-args: Allow PREFIX to be a list of prefixes, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 6b83a02151 08/25: transient-init-scope: Add stub method for prefixes, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 37be15575a 23/25: fixup(e3e2e111): Improve options for showing menu during minibuffer use, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 4de5812992 15/25: transient-scope: Fix recent regression, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 51f25c21b8 24/25: Fix typos in documentation,
Jonas Bernoulli <=
- [elpa] externals/transient cb5e1e5594 18/25: transient-scope: Redesign, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 23cb5b109d 22/25: transient-prefix: Add mode-line-format slot, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient e3e2e1112f 19/25: Improve options for showing menu during minibuffer use, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 7e50a8fa8e 14/25: Check validity of transient-display-buffer-action, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 590181262b 21/25: transient-prefix: Add display-action slot, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 32e8150226 01/25: Use mapcan instead of cl-mapcan, Jonas Bernoulli, 2024/12/03