all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Shynur Xie <one.last.kiss@outlook.com>
Cc: 62887-done@debbugs.gnu.org
Subject: bug#62887: [PATCH] A small supplement and a typo fix for doc/lispref
Date: Tue, 18 Apr 2023 15:06:58 +0300	[thread overview]
Message-ID: <83v8ht8kd9.fsf@gnu.org> (raw)
In-Reply-To: <PH0PR04MB7430AA7AE40C19C10560BD9FD79F9@PH0PR04MB7430.namprd04.prod.outlook.com> (message from Shynur Xie on Sun, 16 Apr 2023 18:37:09 +0000)

> From: Shynur Xie <one.last.kiss@outlook.com>
> Date: Sun, 16 Apr 2023 18:37:09 +0000
> msip_labels: 
> 
> 1. Supplement for doc/lispref/customize.texi (Defining Customization
>    Groups): Faces are also stored in the `custom-group' property.
> 
> Original:
> 
> The variables and subgroups of a group are stored in the custom-group
> property of the group's symbol. ...... The value of that property is a
> list of pairs whose car is the variable or subgroup symbol and the cdr
> is either custom-variable or custom-group.
> 
> Updated:
> 
> The variables, faces, and subgroups of a group are stored in the
> custom-group property of the group's symbol. ...... The value of that
> property is a list of pairs whose car is the variable, face, or
> subgroup symbol and the cdr is either custom-variable, custom-face, or
> custom-group.
> 
> Reason:
> 
> ```
> (defgroup shynur/groupA ()
>   "")
> 
> (defface shynur/groupA-face
>   ()
>   ""
>   :group 'shynur/groupA)
> 
> (get 'shynur/groupA 'custom-group)
> ;; => ((shynur/groupA-face custom-face))
> ```
> 
> _____________________________________________________________________
> 
> 2. Fix typo for doc/lispref/loading.texi (Emacs Dynamic Modules): Fix
>    typo.
> 
> Original:
> 
> ......, if the use typed C-g during the initialization.
> 
> Fixed:
> 
> ......, if the user typed C-g during the initialization.

Thanks, fixed on the emacs-29 release branch.

Btw, you have now exhausted the amount of changes we can accept from
you without copyright assignment.  Would you like to start your
assignment process at this time, so that we could keep accepting your
contributions in the future?





      reply	other threads:[~2023-04-18 12:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-16 18:37 bug#62887: [PATCH] A small supplement and a typo fix for doc/lispref Shynur Xie
2023-04-18 12:06 ` Eli Zaretskii [this message]

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

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

  git send-email \
    --in-reply-to=83v8ht8kd9.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=62887-done@debbugs.gnu.org \
    --cc=one.last.kiss@outlook.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.