From: Glenn Morris Date: Sat, 30 Sep 2006 00:45:32 +0000 (+0000) Subject: (defcustom): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2276b6985abb885053c3e93f25a367d9c49768a;p=emacs.git (defcustom): Doc fix. --- diff --git a/lisp/custom.el b/lisp/custom.el index 104e63126f0..e69e233614a 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -210,11 +210,11 @@ The following keywords are meaningful: `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,