emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/custom.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Tue, 04 Dec 2001 16:24:17 -0500

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.46 emacs/lisp/custom.el:1.47
*** emacs/lisp/custom.el:1.46   Sat Nov 17 20:35:12 2001
--- emacs/lisp/custom.el        Tue Dec  4 16:24:17 2001
***************
*** 177,183 ****
        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.'
  :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'.
--- 177,183 ----
        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'.
  :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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]