2001-02-21 Dave Love <fx@gnu.org>
+ * custom.el (custom-initialize-changed, defcustom): Doc fix.
+
* international/mule-cmds.el, international/mule.el: Doc fixes.
* play/fortune.el: Fix autoload cookies. Add types to defcustoms.
(defun custom-initialize-changed (symbol value)
"Initialize SYMBOL with VALUE.
-Like `custom-initialize-reset', but only use the `:set' function if the
+Like `custom-initialize-reset', but only use the `:set' function if
not using the standard setting.
-For the standard setting, use the `set-default'."
+For the standard setting, use `set-default'."
(cond ((default-boundp symbol)
(funcall (or (get symbol 'custom-set) 'set-default)
symbol
The following keywords are meaningful:
:type VALUE should be a widget type for editing the symbols value.
- The default is `sexp'.
:options VALUE should be a list of valid members of the widget type.
:group VALUE should be a customization group.
Add SYMBOL to that group.