branch: elpa/bind-map commit 27ed3304d23610a2dfa8315f65779bc59579cd44 Author: justbur <jus...@burkett.cc> Commit: justbur <jus...@burkett.cc>
Revert one of the changes in the previous commit --- bind-map.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind-map.el b/bind-map.el index 539441a3a2..8e03cf7ca9 100644 --- a/bind-map.el +++ b/bind-map.el @@ -56,7 +56,7 @@ ;; Binding keys in the maps ;; You may use the built-in `define-key' which will function as intended. -;; `bind-map' (part of https://github.com/jwiegley/use-package) is another +;; `bind-key' (part of https://github.com/jwiegley/use-package) is another ;; option. For those who want a different interface, the following functions are ;; also provided, which both just use `define-key' internally, but allow for ;; multiple bindings without much syntax.