diff lisp/custom.el @ 38857:0999a3a48e17

(defcustom): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 17 Aug 2001 10:58:17 +0000
parents 75739984c6c4
children c576f3427825
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'.