Message to hint at what to do when presented with key menu.

This commit is contained in:
Phil Jackson 2010-09-15 19:38:50 +01:00
parent 98848b0509
commit fe2cbfc9bb

View file

@ -250,7 +250,8 @@ put it in magit-key-mode-key-maps for fast lookup."
(set (make-local-variable (set (make-local-variable
'magit-key-mode-current-args) 'magit-key-mode-current-args)
(make-hash-table)) (make-hash-table))
(magit-key-mode-redraw for-group))) (magit-key-mode-redraw for-group))
(message "Type bindings prefixing option to action them."))
(defun magit-key-mode-redraw (for-group) (defun magit-key-mode-redraw (for-group)
"(re)draw the magit key buffer." "(re)draw the magit key buffer."