diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2024-08-03 00:19:17 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2024-08-03 00:19:17 -0400 |
| commit | 5c364eaad728a2dffe181ee5a8805a20866de35f (patch) | |
| tree | 4a4d28f8bc515af5659d44800d34251472c0becf /docs | |
| parent | f1de3a1091bfc35cb98df57aecd74db1d151b8d9 (diff) | |
magit-reverse-in-index: Fix option reference in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 2 | ||||
| -rw-r--r-- | docs/magit.texi | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/docs/magit.texi b/docs/magit.texi index e10cbb0..71c1745 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -5592,7 +5592,7 @@ Visit the @code{HEAD} commit and navigate to the change that should not have been included in that commit. @item Type @code{u} (@code{magit-unstage}) to reverse it in the index. -This assumes that @code{magit-unstage-committed-changes} is non-nil. +This assumes that @code{magit-unstage-committed} is non-nil. @item Type @code{c e} to extend @code{HEAD} with the staged changes, including those that were already staged before. |
