From: Stefan Monnier Date: Tue, 4 Dec 2001 21:24:17 +0000 (+0000) Subject: Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17902 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a01639a36290eb5bcfa791d11e430f0e51b2aade;p=emacs.git Doc fix. --- 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'.