diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2019-11-06 13:49:46 +0100 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2019-11-06 13:49:46 +0100 |
commit | 8c7fa11a3f60325d04db1856687ac7903aa77df5 (patch) | |
tree | 0bd3841f8d20138d9d867938997b4e8f8b9a1b0a /lisp/use-package/bind-key.el | |
parent | 165f2dd968b8de1e740710ce3e0a47376c8dbc5b (diff) | |
download | emacs-8c7fa11a3f60325d04db1856687ac7903aa77df5.tar.gz emacs-8c7fa11a3f60325d04db1856687ac7903aa77df5.tar.bz2 emacs-8c7fa11a3f60325d04db1856687ac7903aa77df5.zip |
Fix typos
Diffstat (limited to 'lisp/use-package/bind-key.el')
-rw-r--r-- | lisp/use-package/bind-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 5b375a54597..01e1d4d73d9 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el @@ -94,7 +94,7 @@ ;; ;; M-x describe-personal-keybindings ;; -;; This display will tell you if you've overriden a default keybinding, and +;; This display will tell you if you've overridden a default keybinding, and ;; what the default was. Also, it will tell you if the key was rebound after ;; your binding it with `bind-key', and what it was rebound it to. |