diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2015-07-09 14:34:30 -0400 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-07-10 09:26:48 +0200 |
| commit | 4da008cb9e1e06f1524052a76b4bff36d9b4dace (patch) | |
| tree | 9dad85e19f24c23c0eaf1bc81af9946b3e90f543 /Documentation | |
| parent | c1f31ca3177e4ae3adb43fd097c839a0b660a503 (diff) | |
magit.org: Fix display for code tag
The previous version appeared as "s~/~u" in the online manual.
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/magit.org | 2 | ||||
| -rw-r--r-- | Documentation/magit.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/magit.org b/Documentation/magit.org index 2789632..aa69faa 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -2066,7 +2066,7 @@ modal and rather clumsy interface of a ~git add --interactive~ session. With Magit, on the other hand, one can un-/stage individual hunks by just moving point into the respective section inside a diff displayed -in the status buffer or a separate diff buffer and typing ~s~/~u~. To +in the status buffer or a separate diff buffer and typing ~s~ or ~u~. To operate on just parts of a hunk, mark the changes that should be un-/staged using the region and then press the same key that would be used to un-/stage. To stage multiple files or hunks at once use a diff --git a/Documentation/magit.texi b/Documentation/magit.texi index 5acd1b6..0307651 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -2929,7 +2929,7 @@ modal and rather clumsy interface of a @code{git add --interactive} session. With Magit, on the other hand, one can un-/stage individual hunks by just moving point into the respective section inside a diff displayed -in the status buffer or a separate diff buffer and typing @code{s~/~u}. To +in the status buffer or a separate diff buffer and typing @code{s} or @code{u}. To operate on just parts of a hunk, mark the changes that should be un-/staged using the region and then press the same key that would be used to un-/stage. To stage multiple files or hunks at once use a |
