mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(defcustom): Improve doc of :group
* lisp/custom.el (defcustom): Mention the use of a default group and the fact that `:group` can be repeated.
This commit is contained in:
parent
f40aff4c5d
commit
4aa53f2934
1 changed files with 2 additions and 1 deletions
|
|
@ -306,7 +306,8 @@ The following keywords are meaningful:
|
|||
The following common keywords are also meaningful.
|
||||
|
||||
:group VALUE should be a customization group.
|
||||
Add SYMBOL (or FACE with `defface') to that group.
|
||||
Add SYMBOL (or FACE with `defface') to that group instead of
|
||||
the default group. Can be repeated.
|
||||
:link LINK-DATA
|
||||
Include an external link after the documentation string for this
|
||||
item. This is a sentence containing an active field which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue