diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-03 20:40:55 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-03 20:40:55 +0100 |
| commit | f5c9e1962e6218c3630fa51f7329d50210b473ab (patch) | |
| tree | 3ae18d8031b95956d03dfa77cab85432370c4e47 | |
| parent | 7637fd025d2f7f34ec83db2180ae50a8e4ef5ed8 (diff) | |
manual: Fix typo
| -rw-r--r-- | docs/transient.org | 2 | ||||
| -rw-r--r-- | docs/transient.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/transient.org b/docs/transient.org index 1916ce6..bbab4a2 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -756,7 +756,7 @@ text at point, to be run when a transient menu is active, for example: dimensions. This is also useful for blind users, because it causes suffixes to be navigated in a more natural order, because often related commands are displayed in the same column but navigation - first moves horizonally to the next item on the same row. + first moves horizontally to the next item on the same row. *** Auxiliary Options :PROPERTIES: diff --git a/docs/transient.texi b/docs/transient.texi index ad52562..c763159 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -909,7 +909,7 @@ vision who use large text and might otherwise have to scroll in two dimensions. This is also useful for blind users, because it causes suffixes to be navigated in a more natural order, because often related commands are displayed in the same column but navigation -first moves horizonally to the next item on the same row. +first moves horizontally to the next item on the same row. @end defopt @anchor{Auxiliary Options} |
