diff options
| author | Stefan Monnier | 2001-12-04 21:24:17 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-12-04 21:24:17 +0000 |
| commit | a01639a36290eb5bcfa791d11e430f0e51b2aade (patch) | |
| tree | d9d7954c125b9fd68cd0ff269278405e6ab7a86e | |
| parent | 2bc8d7c8126243cb378bccd62b86a369315c4a47 (diff) | |
| download | emacs-a01639a36290eb5bcfa791d11e430f0e51b2aade.tar.gz emacs-a01639a36290eb5bcfa791d11e430f0e51b2aade.zip | |
Doc fix.
| -rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 14fa62d1854..d2e337164b6 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -177,7 +177,7 @@ The following keywords are meaningful: | |||
| 177 | VALUE should be a function used to initialize the | 177 | VALUE should be a function used to initialize the |
| 178 | variable. It takes two arguments, the symbol and value | 178 | variable. It takes two arguments, the symbol and value |
| 179 | given in the `defcustom' call. The default is | 179 | given in the `defcustom' call. The default is |
| 180 | `custom-initialize-reset.' | 180 | `custom-initialize-reset'. |
| 181 | :set VALUE should be a function to set the value of the symbol. | 181 | :set VALUE should be a function to set the value of the symbol. |
| 182 | It takes two arguments, the symbol to set and the value to | 182 | It takes two arguments, the symbol to set and the value to |
| 183 | give it. The default choice of function is `custom-set-default'. | 183 | give it. The default choice of function is `custom-set-default'. |