changeset 38857:0999a3a48e17

(defcustom): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 17 Aug 2001 10:58:17 +0000
parents 0d5e7fb9d38b
children 874221bb7da4
files lisp/custom.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'.