aboutsummaryrefslogtreecommitdiff
path: root/docs/magit.org
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2024-08-03 00:19:17 -0400
committerKyle Meyer <kyle@kyleam.com>2024-08-03 00:19:17 -0400
commit5c364eaad728a2dffe181ee5a8805a20866de35f (patch)
tree4a4d28f8bc515af5659d44800d34251472c0becf /docs/magit.org
parentf1de3a1091bfc35cb98df57aecd74db1d151b8d9 (diff)
magit-reverse-in-index: Fix option reference in docs
Diffstat (limited to 'docs/magit.org')
-rw-r--r--docs/magit.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/magit.org b/docs/magit.org
index b4cd962..d94fbbd 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -4505,7 +4505,7 @@ You can also use Ediff to stage and unstage. See [[*Ediffing]].
1. Visit the ~HEAD~ commit and navigate to the change that should
not have been included in that commit.
2. Type ~u~ (~magit-unstage~) to reverse it in the index.
- This assumes that ~magit-unstage-committed-changes~ is non-nil.
+ This assumes that ~magit-unstage-committed~ is non-nil.
3. Type ~c e~ to extend ~HEAD~ with the staged changes,
including those that were already staged before.
4. Optionally stage the remaining changes using ~s~ or ~S~ and then