diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-01-10 13:43:12 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-01-10 13:43:12 +0100 |
commit | 14a1a84a33a500d49ce23124f549ff28bd007f41 (patch) | |
tree | b461f2b22e52248e3ff9d62c2c23d852d686daca | |
parent | b84b6897464f5af69d24a4efa95704ab51b3cd7b (diff) | |
download | emacs-14a1a84a33a500d49ce23124f549ff28bd007f41.tar.gz emacs-14a1a84a33a500d49ce23124f549ff28bd007f41.tar.bz2 emacs-14a1a84a33a500d49ce23124f549ff28bd007f41.zip |
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.
-rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index d9d0898dcb7..bc155d32dd0 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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 |