Fix documentation about gac-automatically-push

This commit is contained in:
Tom Willemsen 2012-06-23 11:45:24 +02:00
parent 440a19d806
commit 2721bcb968

View file

@ -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