aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2016-01-28 17:45:50 -0500
committerGlenn Morris2016-01-28 17:45:50 -0500
commitc51943d71d99b7196957292e2cf9a9c554ec4d21 (patch)
treea5a98dd5e1081a2faa8eddb376ac74214ba206f8 /lisp
parentaf5cff969e2a07e85735c05049aa8e1a475eac5e (diff)
downloademacs-c51943d71d99b7196957292e2cf9a9c554ec4d21.tar.gz
emacs-c51943d71d99b7196957292e2cf9a9c554ec4d21.zip
* lisp/custom.el (defcustom): Doc fix.
* doc/lispref/customize.texi (Variable Definitions): Defcustom should always have a type.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/custom.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index f84aed2b135..550ba440c0f 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -224,6 +224,7 @@ The remaining arguments to `defcustom' should have the form
224The following keywords are meaningful: 224The following keywords are meaningful:
225 225
226:type VALUE should be a widget type for editing the symbol's value. 226:type VALUE should be a widget type for editing the symbol's value.
227 Every `defcustom' should specify a value for this keyword.
227:options VALUE should be a list of valid members of the widget type. 228:options VALUE should be a list of valid members of the widget type.
228:initialize 229:initialize
229 VALUE should be a function used to initialize the 230 VALUE should be a function used to initialize the