projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31ea42e
)
Fixed a typo in bind-key.el
author
John Wiegley
<johnw@newartisans.com>
Sun, 17 Jun 2012 09:50:07 +0000
(
04:50
-0500)
committer
John Wiegley
<johnw@newartisans.com>
Sun, 17 Jun 2012 09:50:07 +0000
(
04:50
-0500)
lisp/use-package/bind-key.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/bind-key.el
b/lisp/use-package/bind-key.el
index 75e3b12d9f7bde80740654177a49b2a654165545..0d3039e5e011c63bbd866260fcb2bab817e8aaec 100644
(file)
--- a/
lisp/use-package/bind-key.el
+++ b/
lisp/use-package/bind-key.el
@@
-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:
;;