]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed a typo in bind-key.el
authorJohn Wiegley <johnw@newartisans.com>
Sun, 17 Jun 2012 09:50:07 +0000 (04:50 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Sun, 17 Jun 2012 09:50:07 +0000 (04:50 -0500)
lisp/use-package/bind-key.el

index 75e3b12d9f7bde80740654177a49b2a654165545..0d3039e5e011c63bbd866260fcb2bab817e8aaec 100644 (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:
 ;;