(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
Reference in a new issue