branch: elpa/git-commit
commit 5c364eaad728a2dffe181ee5a8805a20866de35f
Author: Kyle Meyer <k...@kyleam.com>
Commit: Kyle Meyer <k...@kyleam.com>

    magit-reverse-in-index: Fix option reference in docs
---
 docs/magit.org      | 2 +-
 docs/magit.texi     | 2 +-
 lisp/magit-apply.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/magit.org b/docs/magit.org
index b4cd96224e..d94fbbdb9d 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 e10cbb0914..71c1745744 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.
diff --git a/lisp/magit-apply.el b/lisp/magit-apply.el
index 7ad55e1401..861d781ae0 100644
--- a/lisp/magit-apply.el
+++ b/lisp/magit-apply.el
@@ -783,7 +783,7 @@ a separate commit.  A typical workflow would be:
 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\"

Reply via email to