Message to hint at what to do when presented with key menu.
This commit is contained in:
parent
98848b0509
commit
fe2cbfc9bb
1 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue