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

[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).
 



reply via email to

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