dgutov pushed a commit to branch master
in repository elpa.

commit 10258cb25d28c49198cc50a79cc3825d8ad5db22
Author: Dmitry Gutov <[email protected]>
Date:   Wed Feb 12 14:38:09 2014 +0200

    Fix the type
---
 diff-hl.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/diff-hl.el b/diff-hl.el
index 2a42064..4b25fc7 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -92,7 +92,7 @@
 (defcustom diff-hl-command-prefix (kbd "C-x v")
   "The prefix for all `diff-hl' commands."
   :group 'diff-hl
-  :type 'boolean)
+  :type 'string)
 
 (defcustom diff-hl-draw-borders t
   "Non-nil to draw borders around fringe indicators."

Reply via email to