From a01639a36290eb5bcfa791d11e430f0e51b2aade Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 4 Dec 2001 21:24:17 +0000 Subject: [PATCH] Doc fix. --- lisp/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/custom.el b/lisp/custom.el index 14fa62d1854..d2e337164b6 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -177,7 +177,7 @@ The following keywords are meaningful: 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'. -- 2.39.5