]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in package.el doc string
author王滋涵 Zephyr Wang <git@wi24rd.ml>
Sun, 19 Sep 2021 15:39:26 +0000 (17:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 19 Sep 2021 15:40:00 +0000 (17:40 +0200)
* lisp/emacs-lisp/package.el (package-archive-column-width): Fix
copy-paste in doc string (bug#50678).

Copyright-paperwork-exempt: yes

lisp/emacs-lisp/package.el

index 7418b580e8069b8acb0932453c4b7d81cd8d6cce..a0829f118d89cbae0b05311450a3130875d04ddf 100644 (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")