From 1aa8787cee589ee75d6aa83eab514004d53f9aab Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Wed, 1 Sep 2010 10:27:14 +0100 Subject: [PATCH] Fix non-display of option. --- magit-key-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit-key-mode.el b/magit-key-mode.el index 69a11a5f..c0d6e655 100644 --- a/magit-key-mode.el +++ b/magit-key-mode.el @@ -343,7 +343,7 @@ put it in magit-key-mode-key-maps for fast lookup." (insert "Arguments:\n") (dolist (argument arguments) (insert - (format " %s: (%s) %s\n" + (format " %s: (%s) %s %s\n" (car argument) (nth 1 argument) (nth 2 argument)