From 51f25c21b8e4646a48d28a5c92aa8348f91f0cde Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 2 Dec 2024 20:03:35 +0100 Subject: 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 fe9853c..d9289c5 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 a66fb72..cde83c3 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 b1ad8c8..16a59fa 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 9803ddd..4949db7 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). -- cgit v1.0