Add a link to the manual from the defcustom doc string
* lisp/custom.el (defcustom): Add a link to the manual for the :type element.
This commit is contained in:
parent
b84b689746
commit
14a1a84a33
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ The following keywords are meaningful:
|
|||
|
||||
:type VALUE should be a widget type for editing the symbol's value.
|
||||
Every `defcustom' should specify a value for this keyword.
|
||||
See `(elisp) Customization Types' for a list of base types
|
||||
and useful composite types.
|
||||
:options VALUE should be a list of valid members of the widget type.
|
||||
:initialize
|
||||
VALUE should be a function used to initialize the
|
||||
|
|
Loading…
Add table
Reference in a new issue