unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Zephyr Wang <git@wi24rd.ml>
To: 50678@debbugs.gnu.org
Subject: bug#50678: [PATCH] ; Fix typo in package.el
Date: Sun, 19 Sep 2021 17:18:03 +0800	[thread overview]
Message-ID: <CADsUy2MG494kQZhqXb6uj1YUZgB8Nos5=Lu-hi6mNtcme7WVpA@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2021-09-19  9:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-19  9:18 Zephyr Wang [this message]
2021-09-19 15:39 ` bug#50678: [PATCH] ; Fix typo in package.el Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADsUy2MG494kQZhqXb6uj1YUZgB8Nos5=Lu-hi6mNtcme7WVpA@mail.gmail.com' \
    --to=git@wi24rd.ml \
    --cc=50678@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).