From 7db9b920dfb8571b6a8a942dad6f70f471a7580b Mon Sep 17 00:00:00 2001 From: Thiago Barroso Perrotta Date: Fri, 2 Jan 2015 13:58:49 -0200 Subject: [PATCH] fix small typo (key > keymap) --- lisp/use-package/bind-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 2ac32365ecf..fd143888d5d 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el @@ -41,7 +41,7 @@ ;; ;; (bind-key* "" 'other-window) ;; -;; If you want to rebind a key only in a particular key, use: +;; If you want to rebind a key only in a particular keymap, use: ;; ;; (bind-key "C-c x" 'my-ctrl-c-x-command some-other-mode-map) ;; -- 2.39.2