From 2721bcb968e322cf54b1a45659cc0414c166fa44 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 23 Jun 2012 11:45:24 +0200 Subject: Fix documentation about gac-automatically-push --- git-auto-commit-mode.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'git-auto-commit-mode.el') 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 -- cgit v1.2.3-54-g00ecf