Give magit-mode-hook a docstring
This commit is contained in:
parent
d2d1bd87fd
commit
50ac04d222
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -1611,7 +1611,7 @@ FUNC should leave point at the end of the modified region"
|
||||||
["Display Git output" magit-display-process t]
|
["Display Git output" magit-display-process t]
|
||||||
["Quit Magit" quit-window t]))
|
["Quit Magit" quit-window t]))
|
||||||
|
|
||||||
(defvar magit-mode-hook nil)
|
(defvar magit-mode-hook nil "Hook run by `magit-mode'")
|
||||||
|
|
||||||
(put 'magit-mode 'mode-class 'special)
|
(put 'magit-mode 'mode-class 'special)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue