# HG changeset patch # User Dave Love # Date 982788432 0 # Node ID 9a470a7db56345603bd581c407948a25f6ed1120 # Parent 475b449e3903b48918075bf779fccf2939a1f2d8 (custom-initialize-changed, defcustom): Doc fix. diff -r 475b449e3903 -r 9a470a7db563 lisp/custom.el --- a/lisp/custom.el Wed Feb 21 17:55:00 2001 +0000 +++ b/lisp/custom.el Wed Feb 21 20:47:12 2001 +0000 @@ -86,9 +86,9 @@ (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 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.