From 6c7f60a25d62397e18b91c6ad8f0b323323e86a2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 17 Aug 2001 10:59:05 +0000 Subject: [PATCH] (defcustom): Doc fix. --- lisp/ChangeLog | 6 +++++- lisp/custom.el | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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'. -- 2.39.5