From: Gerd Moellmann Date: Fri, 17 Aug 2001 10:59:05 +0000 (+0000) Subject: (defcustom): Doc fix. X-Git-Tag: emacs-pretest-21.0.105~158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c7f60a25d62397e18b91c6ad8f0b323323e86a2;p=emacs.git (defcustom): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd04a63cc79..38b2223be5b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,10 @@ +2001-08-17 Gerd Moellmann + + * custom.el (defcustom): Doc fix. + 2001-08-16 Vinicius Jose Latorre - * ps-mule.el: (find-composition): Check if (char-after POS) + * ps-mule.el (find-composition): Check if (char-after POS) returns a valid character. 2001-08-16 Eli Zaretskii diff --git a/lisp/custom.el b/lisp/custom.el index e708f166779..43c3184469d 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -172,7 +172,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-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'.