diff options
| author | Andrew-Zipperer <atzipperer@gmail.com> | 2024-04-27 10:18:51 -0500 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-04-29 15:28:36 +0200 |
| commit | 734ce4f4b95875a7452dc959099a56e0689501cf (patch) | |
| tree | 177a528b7a46458c70f845927d8ea082dcca572a /docs | |
| parent | 150eed71b98597018cc4a47d1c50c3f56b747eef (diff) | |
manual: Fix typos
- "strickly" -> "strictly"
- "stricktly" -> "strictly"
I change this because I find results on Google for "strictly" but not
"strick(t)ly".
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 4 | ||||
| -rw-r--r-- | docs/magit.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/magit.org b/docs/magit.org index 2d85257..36794b6 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -361,7 +361,7 @@ file, but then only a subset of the commands is available. The global key bindings mentioned in the previous two paragraphs are quite inconvenient. We recommend using ~C-c g~ and ~C-c f~ instead, but -cannot use those key sequences by default because they are strickly +cannot use those key sequences by default because they are strictly reserved for bindings added by the user. See [[*Global Bindings]], if you want to explicitly opt-in to the recommended key bindings. @@ -7621,7 +7621,7 @@ By default Magit defines a few global key bindings. These bindings are a compromise between providing no bindings at all and providing the better bindings I would have liked to use instead. Magit cannot provide the set of recommended bindings by default because those key -sequences are stricktly reserved for bindings added by the user. +sequences are strictly reserved for bindings added by the user. Also see [[*Global Bindings]] and [[info:elisp#Key Binding Conventions]]. To use the recommended bindings, add this to your init file and diff --git a/docs/magit.texi b/docs/magit.texi index 333f707..4f86522 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -694,7 +694,7 @@ file, but then only a subset of the commands is available. The global key bindings mentioned in the previous two paragraphs are quite inconvenient. We recommend using @code{C-c g} and @code{C-c f} instead, but -cannot use those key sequences by default because they are strickly +cannot use those key sequences by default because they are strictly reserved for bindings added by the user. See @ref{Global Bindings}, if you want to explicitly opt-in to the recommended key bindings. @@ -9476,7 +9476,7 @@ By default Magit defines a few global key bindings. These bindings are a compromise between providing no bindings at all and providing the better bindings I would have liked to use instead. Magit cannot provide the set of recommended bindings by default because those key -sequences are stricktly reserved for bindings added by the user. +sequences are strictly reserved for bindings added by the user. Also see @ref{Global Bindings} and @ref{Key Binding Conventions,,,elisp,}. To use the recommended bindings, add this to your init file and |
