diff options
| author | Basil L. Contovounesios | 2021-01-10 13:20:51 +0000 |
|---|---|---|
| committer | Basil L. Contovounesios | 2021-01-10 13:20:51 +0000 |
| commit | 5960e9cf5770dab2bd3abfb8640f6553bfa1b190 (patch) | |
| tree | 0e9fa496051397cbb2a4c30c6662beec1c324f11 | |
| parent | 13bd909591e9c1cf0228750b2d4a9e4364f61cc9 (diff) | |
| download | emacs-5960e9cf5770dab2bd3abfb8640f6553bfa1b190.tar.gz emacs-5960e9cf5770dab2bd3abfb8640f6553bfa1b190.zip | |
; * lisp/custom.el (defcustom): Fix last change.
| -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 bc155d32dd0..0c82df9b45e 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -237,8 +237,8 @@ The following keywords are meaningful: | |||
| 237 | 237 | ||
| 238 | :type VALUE should be a widget type for editing the symbol's value. | 238 | :type VALUE should be a widget type for editing the symbol's value. |
| 239 | Every `defcustom' should specify a value for this keyword. | 239 | Every `defcustom' should specify a value for this keyword. |
| 240 | See `(elisp) Customization Types' for a list of base types | 240 | See Info node `(elisp) Customization Types' for a list of |
| 241 | and useful composite types. | 241 | base types and useful composite types. |
| 242 | :options VALUE should be a list of valid members of the widget type. | 242 | :options VALUE should be a list of valid members of the widget type. |
| 243 | :initialize | 243 | :initialize |
| 244 | VALUE should be a function used to initialize the | 244 | VALUE should be a function used to initialize the |