]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos
authorJonas Bernoulli <jonas@bernoul.li>
Wed, 6 Nov 2019 12:49:46 +0000 (13:49 +0100)
committerJonas Bernoulli <jonas@bernoul.li>
Wed, 6 Nov 2019 12:49:46 +0000 (13:49 +0100)
etc/USE-PACKAGE-NEWS
lisp/use-package/bind-key.el
lisp/use-package/use-package-core.el

index 59366b9604cbea479fb5e3c9d447729f96d3495a..3b39c01ceea6cb56a941f51bd126017bedc02a2d 100644 (file)
 
 - 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).
index 5b375a545975c16321bd7675d35e9cb6c00a7278..01e1d4d73d92a5b0514680d7cf312aa9fa54d239 100644 (file)
@@ -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.
 
index db5e20f7ddf8f263c21276ae354404fbecd5be30..83b9b2913458efe8012c475e1efbbe080edbeee8 100644 (file)
@@ -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)