Docs.
This commit is contained in:
parent
548b2e567f
commit
f4b5a8cb8f
1 changed files with 2 additions and 1 deletions
3
magit.el
3
magit.el
|
@ -2979,7 +2979,8 @@ typing and automatically refreshes the status buffer."
|
||||||
|
|
||||||
;;; Log edit mode
|
;;; Log edit mode
|
||||||
|
|
||||||
(defvar magit-log-edit-mode-hook nil "Hook run by `magit-log-edit-mode'.")
|
(defvar magit-log-edit-mode-hook nil
|
||||||
|
"Hook run by `magit-log-edit-mode'.")
|
||||||
|
|
||||||
(defvar magit-log-edit-buffer-name "*magit-edit-log*"
|
(defvar magit-log-edit-buffer-name "*magit-edit-log*"
|
||||||
"Buffer name for composing commit messages.")
|
"Buffer name for composing commit messages.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue