From 8c7fa11a3f60325d04db1856687ac7903aa77df5 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 6 Nov 2019 13:49:46 +0100 Subject: [PATCH] Fix typos --- etc/USE-PACKAGE-NEWS | 2 +- lisp/use-package/bind-key.el | 2 +- lisp/use-package/use-package-core.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/USE-PACKAGE-NEWS b/etc/USE-PACKAGE-NEWS index 59366b9604c..3b39c01ceea 100644 --- a/etc/USE-PACKAGE-NEWS +++ b/etc/USE-PACKAGE-NEWS @@ -176,7 +176,7 @@ - For extension authors, there is a new customization variable `use-package-merge-key-alist` that specifies how values passed to multiple - occurences of the same key should be merged into a single value, during + occurrences of the same key should be merged into a single value, during normalization of the `use-package` declaration into a proper plist. The default behavior is to simply append the values together (since they are always normalized to lists). 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. diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index db5e20f7ddf..83b9b291345 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -1029,7 +1029,7 @@ meaning: "use-package statistics" "Show current statistics gathered about use-package declarations." (setq tabulated-list-format - ;; The sum of column width is 80 caracters: + ;; The sum of column width is 80 characters: #[("Package" 25 t) ("Status" 13 t) ("Last Event" 23 t) -- 2.39.2