# HG changeset patch # User Glenn Morris # Date 1159577132 0 # Node ID 16edffa032623c3ea666a2c1358d83917313bb83 # Parent 99698449f84d865c62a0b983fd6e4c67c0140296 (defcustom): Doc fix. diff -r 99698449f84d -r 16edffa03262 lisp/custom.el --- a/lisp/custom.el Sat Sep 30 00:35:50 2006 +0000 +++ b/lisp/custom.el Sat Sep 30 00:45:32 2006 +0000 @@ -210,11 +210,11 @@ `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'. + give it. The default choice of function is `set-default'. :get VALUE should be a function to extract the value of symbol. The function takes one argument, a symbol, and should return the current value for that symbol. The default choice of function - is `custom-default-value'. + is `default-value'. :require VALUE should be a feature symbol. If you save a value for this option, then when your `.emacs' file loads the value,