From: John Wiegley Date: Sun, 17 Jun 2012 09:50:07 +0000 (-0500) Subject: Fixed a typo in bind-key.el X-Git-Tag: emacs-29.0.90~1306^2~15^2~486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf6c23044b;p=emacs.git Fixed a typo in bind-key.el --- 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: ;;