changeset 36269:9a470a7db563

(custom-initialize-changed, defcustom): Doc fix.
author Dave Love <fx@gnu.org>
date Wed, 21 Feb 2001 20:47:12 +0000
parents 475b449e3903
children 6d6e72abff79
files lisp/custom.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.