From bf6c23044bedf6659536fcb193a34101a08fefb5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 17 Jun 2012 04:50:07 -0500 Subject: [PATCH] Fixed a typo in bind-key.el --- lisp/use-package/bind-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 75e3b12d9f7..0d3039e5e01 100644 --- 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 "" 'other-window) +;; (bind-key* "" 'other-window) ;; ;; If you want to rebind a key only in a particular key, use: ;; -- 2.39.2