Doc string clarification for defcustom
* lisp/custom.el (defcustom): Mention `custom-declare-variable' in the doc string(bug#22703).
This commit is contained in:
parent
75690d7fac
commit
716f8cb1f9
1 changed files with 5 additions and 0 deletions
|
@ -336,6 +336,11 @@ to load a file defining variables with this form, or with
|
|||
_outside_ any bindings for these variables. (`defvar' and
|
||||
`defconst' behave similarly in this respect.)
|
||||
|
||||
This macro calls `custom-declare-variable'. If you want to
|
||||
programmatically alter a customizable variable (for instance, to
|
||||
write a package that extends the syntax of a variable), you can
|
||||
call that functcion directly.
|
||||
|
||||
See Info node `(elisp) Customization' in the Emacs Lisp manual
|
||||
for more information."
|
||||
(declare (doc-string 3) (debug (name body)))
|
||||
|
|
Loading…
Add table
Reference in a new issue