summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-01-02 17:32:19 -0600
committerJohn Wiegley <johnw@newartisans.com>2015-01-02 17:32:19 -0600
commit7252e29ec4fc482649b087c8b62de924c9ec8ca7 (patch)
tree74e22dec16404bfccd12b23c7727f58fa954ebcb
parent647950fd161c5a00e0d6d3a950fd0032ded2ed1a (diff)
parent7db9b920dfb8571b6a8a942dad6f70f471a7580b (diff)
downloademacs-7252e29ec4.tar.gz
Merge pull request from thiagowfx/patch-1
fix small typo (key > keymap) GitHub-reference: https://github.com/jwiegley/use-package/issues/144
-rw-r--r--lisp/use-package/bind-key.el2
1 files changed, 1 insertions, 1 deletions
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* "<C-return>" '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)
;;