]> git.eshelyaron.com Git - emacs.git/commitdiff
fix small typo (key > keymap)
authorThiago Barroso Perrotta <thiagoperrotta95@gmail.com>
Fri, 2 Jan 2015 15:58:49 +0000 (13:58 -0200)
committerThiago Barroso Perrotta <thiagoperrotta95@gmail.com>
Fri, 2 Jan 2015 15:58:49 +0000 (13:58 -0200)
lisp/use-package/bind-key.el

index 2ac32365ecf94b9c5dfbe35360b19e1607f80de4..fd143888d5def193758a9db927ee0e12dc6cf8e2 100644 (file)
@@ -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)
 ;;