Fix documentation about gac-automatically-push
This commit is contained in:
parent
440a19d806
commit
2721bcb968
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue