fix small typo (key > keymap)

This commit is contained in:
Thiago Barroso Perrotta 2015-01-02 13:58:49 -02:00
parent 647950fd16
commit 7db9b920df

View 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)
;;