summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-06-23 11:45:24 +0200
committerGravatar Tom Willemsen2012-06-23 11:45:24 +0200
commit2721bcb968e322cf54b1a45659cc0414c166fa44 (patch)
tree786358677134f7ebdb7257bee89d0ffaf1a5f287
parent440a19d806d64398f644aaf0fb483010f6cadaf3 (diff)
downloadgit-auto-commit-mode-2721bcb968e322cf54b1a45659cc0414c166fa44.tar.gz
git-auto-commit-mode-2721bcb968e322cf54b1a45659cc0414c166fa44.zip
Fix documentation about gac-automatically-push
-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