]> git.eshelyaron.com Git - emacs.git/commitdiff
(defcustom): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Fri, 17 Aug 2001 10:59:05 +0000 (10:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 17 Aug 2001 10:59:05 +0000 (10:59 +0000)
lisp/ChangeLog
lisp/custom.el

index cd04a63cc79af5604d27e2a749aad1c37b094304..38b2223be5bc2d8ff0b1822792d5383f8ae18d15 100644 (file)
@@ -1,6 +1,10 @@
+2001-08-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * custom.el (defcustom): Doc fix.
+
 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
-       * 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  <eliz@is.elta.co.il>
index e708f166779980f7e601ee0d5f169830529a51e4..43c3184469da73e492da62a4e5d6a7b4290ff77d 100644 (file)
@@ -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'.