aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-commit.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-09-25 20:56:22 -0400
committerKyle Meyer <kyle@kyleam.com>2022-09-25 20:56:22 -0400
commitada7b21fcc90004d7ac1c5a42c0750e12c2a5ef8 (patch)
treefdf5da7f4b95a0814d72934ab3fcbf24d4905053 /lisp/magit-commit.el
parent4ee691cd90a4975b31ba4f3f6fc3ae69a0b0eb62 (diff)
magit-post-commit-hook: Fix variable reference in docs
Diffstat (limited to 'lisp/magit-commit.el')
-rw-r--r--lisp/magit-commit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index fef4eaf..8009221 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -75,7 +75,7 @@ an error while using those is harder to recover from."
"Hook run after creating a commit without the user editing a message.
This hook is run by `magit-refresh' if `this-command' is a member
-of `magit-post-stage-hook-commands'. This only includes commands
+of `magit-post-commit-hook-commands'. This only includes commands
named `magit-commit-*' that do *not* require that the user edits
the commit message in a buffer and then finishes by pressing
\\<with-editor-mode-map>\\[with-editor-finish].