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: ;;