; 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:
parent
86837a87b7
commit
bbb9e97537
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue