diff options
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r-- | lisp/use-package/use-package-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |