emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bbb9e97: ; Fix typo in package.el doc string


From: Lars Ingebrigtsen
Subject: master bbb9e97: ; Fix typo in package.el doc string
Date: Sun, 19 Sep 2021 11:40:06 -0400 (EDT)

branch: master
commit bbb9e97537233ae051e14dead31352d3bc0f32b6
Author: 王滋涵 Zephyr Wang <git@wi24rd.ml>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    ; 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
---
 lisp/emacs-lisp/package.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 7418b580..a0829f1 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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]