From: 王滋涵 Zephyr Wang Date: Sun, 19 Sep 2021 15:39:26 +0000 (+0200) Subject: ; Fix typo in package.el doc string X-Git-Tag: emacs-28.0.90~831 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbb9e97537233ae051e14dead31352d3bc0f32b6;p=emacs.git ; 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 --- 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")