Fixed a typo in bind-key.el

This commit is contained in:
John Wiegley 2012-06-17 04:50:07 -05:00
parent 31ea42e15e
commit bf6c23044b

View file

@ -39,7 +39,7 @@
;; If you want the keybinding to override all minor modes that may also bind
;; the same key, use the `bind-key*' form:
;;
;; (bind*-key "<C-return>" 'other-window)
;; (bind-key* "<C-return>" 'other-window)
;;
;; If you want to rebind a key only in a particular key, use:
;;