diff options
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 2d880d23955..810b78144a4 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -208,7 +208,11 @@ is unbound. The expression itself is also stored, so that Customize can re-evaluate it later to get the standard value. DOC is the variable documentation. -The remaining arguments should have the form +This macro uses `defvar' as a subroutine, which also marks the +variable as \"special\", so that it is always dynamically bound +even when `lexical-binding' is t. + +The remaining arguments to `defcustom' should have the form [KEYWORD VALUE]... |