aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git-auto-commit-mode.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el
index 388a03d..4b31ee5 100644
--- a/git-auto-commit-mode.el
+++ b/git-auto-commit-mode.el
@@ -26,8 +26,8 @@
;; git-auto-commit-mode is an Emacs minor mode that tries to commit
;; changes to a file after every save.
-;; When `git-automatically-push' is non-nil, it also tries to push to
-;; the current upstream.
+;; When `gac-automatically-push-p' is non-nil, it also tries to push
+;; to the current upstream.
;;; Change Log:
@@ -42,6 +42,8 @@
;; - Rename `gac-automatically-push' to `gac-automatically-push-p'
;; to follow standard emacs-lisp conventions.
+;; - Fix commentary about `gac-automatically-push-p'.
+
;;; Code:
(defvar gac-automatically-push-p nil