]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc string clarification for defcustom
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 1 Aug 2019 12:48:09 +0000 (14:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 1 Aug 2019 12:48:09 +0000 (14:48 +0200)
* lisp/custom.el (defcustom): Mention `custom-declare-variable' in
the doc string(bug#22703).

lisp/custom.el

index 736460fec7b21bb5f933a3b258c7b950c20879bb..9bd9712b65c6d7ab9aa672ba61dd60537dc88e41 100644 (file)
@@ -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)))