Give magit-mode-hook a docstring

This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-05-17 07:18:37 +08:00 committed by Phil Jakckson
parent d2d1bd87fd
commit 50ac04d222

View file

@ -1611,7 +1611,7 @@ FUNC should leave point at the end of the modified region"
["Display Git output" magit-display-process 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)