diff options
author | 王滋涵 Zephyr Wang <git@wi24rd.ml> | 2021-09-19 17:39:26 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-09-19 17:40:00 +0200 |
commit | bbb9e97537233ae051e14dead31352d3bc0f32b6 (patch) | |
tree | 7c49d80bb14e08991b592019f18ed587b028a8c0 /lisp/emacs-lisp/package.el | |
parent | 86837a87b7acc04814ec126d00cd3ef095de3012 (diff) | |
download | emacs-bbb9e97537233ae051e14dead31352d3bc0f32b6.tar.gz emacs-bbb9e97537233ae051e14dead31352d3bc0f32b6.tar.bz2 emacs-bbb9e97537233ae051e14dead31352d3bc0f32b6.zip |
; 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
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 7418b580e80..a0829f118d8 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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") |