Merge pull request from tarsiiformes/typos

Fix typos
GitHub-reference: https://github.com/jwiegley/use-package/issues/804
This commit is contained in:
John Wiegley 2019-11-09 20:16:21 -08:00 committed by GitHub
commit 0456f878fc
3 changed files with 3 additions and 3 deletions

View file

@ -176,7 +176,7 @@
- For extension authors, there is a new customization variable - For extension authors, there is a new customization variable
`use-package-merge-key-alist` that specifies how values passed to multiple `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 normalization of the `use-package` declaration into a proper plist. The
default behavior is to simply append the values together (since they are default behavior is to simply append the values together (since they are
always normalized to lists). always normalized to lists).

View file

@ -94,7 +94,7 @@
;; ;;
;; M-x describe-personal-keybindings ;; 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 ;; 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. ;; your binding it with `bind-key', and what it was rebound it to.

View file

@ -1029,7 +1029,7 @@ meaning:
"use-package statistics" "use-package statistics"
"Show current statistics gathered about use-package declarations." "Show current statistics gathered about use-package declarations."
(setq tabulated-list-format (setq tabulated-list-format
;; The sum of column width is 80 caracters: ;; The sum of column width is 80 characters:
#[("Package" 25 t) #[("Package" 25 t)
("Status" 13 t) ("Status" 13 t)
("Last Event" 23 t) ("Last Event" 23 t)