Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
philjackson committed Sep 1, 2010
1 parent 78a3d70 commit a3f38d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magit-key-mode.el
Expand Up @@ -154,8 +154,8 @@
(defvar magit-key-mode-groups
'((logging
(actions
("l" "One line log" magit-log)
("L" "Long log" magit-log-long)
("l" "Short" magit-log)
("L" "Long" magit-log-long)
("h" "Reflog" magit-reflog)
("H" "Reflog on head" magit-reflog-head))
(switches
Expand Down

0 comments on commit a3f38d4

Please sign in to comment.