(custom-initialize-changed, defcustom): Doc fix.

This commit is contained in:
Dave Love 2001-02-21 20:47:38 +00:00
parent de93306bba
commit 2f4c9a87dd
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,7 @@
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.

View file

@ -86,9 +86,9 @@ or (last of all) VALUE."
(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
@ -165,7 +165,6 @@ The remaining arguments should have the form
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.