diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-03 01:52:35 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-03 01:52:35 +0200 |
commit | 8a20ca4cb08150fa42c18b9b2147226077d9a9b0 (patch) | |
tree | 6c4f70c19e80a2c72bed39d2d2ce3e0aff5d6b21 /lisp/custom.el | |
parent | 7a8e04f79efdefcb3eb7cb2cf5dbb454a78cf24e (diff) | |
download | emacs-8a20ca4cb08150fa42c18b9b2147226077d9a9b0.tar.gz |
Clarify that SETFUNCTION is only used in the Customize user interface
(bug#6089).
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 2504b4f2cd9..a1c7f3e11e7 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -215,7 +215,8 @@ The following keywords are meaningful: variable. It takes two arguments, the symbol and value given in the `defcustom' call. The default is `custom-initialize-reset'. -:set VALUE should be a function to set the value of the symbol. +:set VALUE should be a function to set the value of the symbol + when using the Customize user interface. It takes two arguments, the symbol to set and the value to give it. The default choice of function is `set-default'. :get VALUE should be a function to extract the value of symbol. |