+2001-08-17 Gerd Moellmann <gerd@gnu.org>
+
+ * custom.el (defcustom): Doc fix.
+
2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
- * ps-mule.el: (find-composition): Check if (char-after POS)
+ * ps-mule.el (find-composition): Check if (char-after POS)
returns a valid character.
2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
VALUE should be a function used to initialize the
variable. It takes two arguments, the symbol and value
given in the `defcustom' call. The default is
- `custom-initialize-default'
+ `custom-initialize-reset.'
:set VALUE should be a function to set the value of the symbol.
It takes two arguments, the symbol to set and the value to
give it. The default choice of function is `custom-set-default'.