; Fix typo in package.el doc string

* lisp/emacs-lisp/package.el (package-archive-column-width): Fix
copy-paste in doc string (bug#50678).

Copyright-paperwork-exempt: yes
This commit is contained in:
王滋涵 Zephyr Wang 2021-09-19 17:39:26 +02:00 committed by Lars Ingebrigtsen
parent 86837a87b7
commit bbb9e97537

View file

@ -426,7 +426,7 @@ synchronously."
:version "28.1")
(defcustom package-archive-column-width 8
"Column width for the Package status in the package menu."
"Column width for the Package archive in the package menu."
:type 'number
:version "28.1")