help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Prefix in defgroup


From: carlmarcos
Subject: Re: Prefix in defgroup
Date: Thu, 21 Jul 2022 18:26:55 +0200 (CEST)

Jul 21, 2022, 15:55 by eliz@gnu.org:

>> Date: Thu, 21 Jul 2022 16:41:53 +0200 (CEST)
>> From: carlmarcos--- via Users list for the GNU Emacs text editor 
>> <help-gnu-emacs@gnu.org>
>>
>> What is prefix in defgroup used for?
>>
>>
>> (defgroup richer nil
>>   "DOCSTRING"
>>   :prefix "richer-"
>>   :group 'applications)
>>
>
> It's clearly documented in the ELisp manual, suggest to read there.
>
There,s not much about it 15.2 Defining Customization Groups

:prefix prefix  
<https://www.gnu.org/software/emacs/manual/html_mono/elisp.html#index-prefix_002c-defgroup-keyword>

If the name of an item in the group starts with prefix, and thecustomizable 
variable custom-unlispify-remove-prefixes isnon-nil, the item’s tag will omit 
prefix.

Rather a generic description




reply via email to

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