diff options
| author | Glenn Morris | 2006-09-30 00:45:32 +0000 |
|---|---|---|
| committer | Glenn Morris | 2006-09-30 00:45:32 +0000 |
| commit | f2276b6985abb885053c3e93f25a367d9c49768a (patch) | |
| tree | f96ab941a229d35526c6bf97ebaa439e954f035e | |
| parent | 9705fb379eac387ad4a45550a8a43f171b91afaa (diff) | |
| download | emacs-f2276b6985abb885053c3e93f25a367d9c49768a.tar.gz emacs-f2276b6985abb885053c3e93f25a367d9c49768a.zip | |
(defcustom): Doc fix.
| -rw-r--r-- | lisp/custom.el | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |||
| 210 | `custom-initialize-reset'. | 210 | `custom-initialize-reset'. |
| 211 | :set VALUE should be a function to set the value of the symbol. | 211 | :set VALUE should be a function to set the value of the symbol. |
| 212 | It takes two arguments, the symbol to set and the value to | 212 | It takes two arguments, the symbol to set and the value to |
| 213 | give it. The default choice of function is `custom-set-default'. | 213 | give it. The default choice of function is `set-default'. |
| 214 | :get VALUE should be a function to extract the value of symbol. | 214 | :get VALUE should be a function to extract the value of symbol. |
| 215 | The function takes one argument, a symbol, and should return | 215 | The function takes one argument, a symbol, and should return |
| 216 | the current value for that symbol. The default choice of function | 216 | the current value for that symbol. The default choice of function |
| 217 | is `custom-default-value'. | 217 | is `default-value'. |
| 218 | :require | 218 | :require |
| 219 | VALUE should be a feature symbol. If you save a value | 219 | VALUE should be a feature symbol. If you save a value |
| 220 | for this option, then when your `.emacs' file loads the value, | 220 | for this option, then when your `.emacs' file loads the value, |