Skip to content

Commit

Permalink
Fix typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Dec 2, 2024
1 parent 37be155 commit 51f25c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/transient.org
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/transient.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 51f25c2

Please sign in to comment.