# HG changeset patch # User Stefan Monnier # Date 1007501057 0 # Node ID ad017e26a4db81c3ae69a95fd5e94870270a7194 # Parent 18047a55e5c76ea88ddb47fe7b4284343a29cee5 Doc fix. diff -r 18047a55e5c7 -r ad017e26a4db lisp/custom.el --- a/lisp/custom.el Tue Dec 04 20:36:13 2001 +0000 +++ b/lisp/custom.el Tue Dec 04 21:24:17 2001 +0000 @@ -177,7 +177,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-reset.' + `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'.