From: Thiago Barroso Perrotta Date: Fri, 2 Jan 2015 15:58:49 +0000 (-0200) Subject: fix small typo (key > keymap) X-Git-Tag: emacs-29.0.90~1306^2~15^2~404^2~3^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7db9b920dfb8571b6a8a942dad6f70f471a7580b;p=emacs.git fix small typo (key > keymap) --- 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) ;;