unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#50678: [PATCH] ; Fix typo in package.el
@ 2021-09-19  9:18 Zephyr Wang
  2021-09-19 15:39 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Zephyr Wang @ 2021-09-19  9:18 UTC (permalink / raw)
  To: 50678

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

Hello, you copied the defcustom doc for package-archive-column-width
from package-status-column-width.
This is my first patch submitted for emacs and using email,
if there is any problem, please let me know.

[-- Attachment #2: cc5e6397dbac96dba22b524e821e40d4d35deaa0.patch --]
[-- Type: text/x-patch, Size: 766 bytes --]

From cc5e6397dbac96dba22b524e821e40d4d35deaa0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E6=BB=8B=E6=B6=B5=20Zephyr=20Wang?=
 <git@wi24rd.ml>
Date: Sun, 19 Sep 2021 09:09:37 +0000
Subject: [PATCH] ; Fix typo in package.el

---
 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 7418b580e8..a0829f118d 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")
 
-- 
GitLab


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50678: [PATCH] ; Fix typo in package.el
  2021-09-19  9:18 bug#50678: [PATCH] ; Fix typo in package.el Zephyr Wang
@ 2021-09-19 15:39 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2021-09-19 15:39 UTC (permalink / raw)
  To: Zephyr Wang; +Cc: 50678

Zephyr Wang <git@wi24rd.ml> writes:

> Hello, you copied the defcustom doc for package-archive-column-width
> from package-status-column-width.

Thanks; applied to Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-19 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-19  9:18 bug#50678: [PATCH] ; Fix typo in package.el Zephyr Wang
2021-09-19 15:39 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).