Fix non-display of option.
This commit is contained in:
parent
c3971bbbd0
commit
1aa8787cee
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue