diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2015-07-09 14:38:47 -0400 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-07-10 09:25:44 +0200 |
| commit | c1f31ca3177e4ae3adb43fd097c839a0b660a503 (patch) | |
| tree | c8a4f109ee88bf81f7012657e5192ca616c41dc6 /Documentation | |
| parent | d59de982d674f2d5dfabf0a4d2d4407c5b12fa80 (diff) | |
magit.org: Fix magit-diff-{less,more}-context keys
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/magit.org | 4 | ||||
| -rw-r--r-- | Documentation/magit.texi | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/magit.org b/Documentation/magit.org index 2fb3adc..2789632 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -1580,11 +1580,11 @@ In addition to the above popup, which allow changing any of the supported arguments, there also exist some commands which change a particular argument. -- Key: +, magit-diff-less-context +- Key: -, magit-diff-less-context Decrease the context for diff hunks by COUNT lines. -- Key: -, magit-diff-more-context +- Key: +, magit-diff-more-context Increase the context for diff hunks by COUNT lines. diff --git a/Documentation/magit.texi b/Documentation/magit.texi index f193a19..5acd1b6 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -2211,15 +2211,15 @@ supported arguments, there also exist some commands which change a particular argument. @table @asis -@kindex + +@kindex - @cindex magit-diff-less-context -@item @kbd{+} @tie{}@tie{}@tie{}@tie{}(@code{magit-diff-less-context}) +@item @kbd{-} @tie{}@tie{}@tie{}@tie{}(@code{magit-diff-less-context}) Decrease the context for diff hunks by COUNT lines. -@kindex - +@kindex + @cindex magit-diff-more-context -@item @kbd{-} @tie{}@tie{}@tie{}@tie{}(@code{magit-diff-more-context}) +@item @kbd{+} @tie{}@tie{}@tie{}@tie{}(@code{magit-diff-more-context}) Increase the context for diff hunks by COUNT lines. |
