From 50ac04d222cc5197e58857886961f9b06b2facd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 17 May 2010 07:18:37 +0800 Subject: [PATCH] Give magit-mode-hook a docstring --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 5a1e572e..aff697ea 100644 --- a/magit.el +++ b/magit.el @@ -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)