# HG changeset patch # User Gerd Moellmann # Date 998045897 0 # Node ID 0999a3a48e1771741e147635f42b3955e8a7938c # Parent 0d5e7fb9d38b9e9d5d8946bf143d1993f75f33ca (defcustom): Doc fix. diff -r 0d5e7fb9d38b -r 0999a3a48e17 lisp/custom.el --- a/lisp/custom.el Fri Aug 17 09:02:29 2001 +0000 +++ b/lisp/custom.el Fri Aug 17 10:58:17 2001 +0000 @@ -172,7 +172,7 @@ 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'.