diff options
| author | Gerd Moellmann | 2001-08-17 10:59:05 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-17 10:59:05 +0000 |
| commit | 6c7f60a25d62397e18b91c6ad8f0b323323e86a2 (patch) | |
| tree | 0392b868038a8dbf6b067ffa446354a7bf37c193 | |
| parent | 64ed6f7182ba6a98482f9b6ae05f2c8e342c8ee9 (diff) | |
| download | emacs-6c7f60a25d62397e18b91c6ad8f0b323323e86a2.tar.gz emacs-6c7f60a25d62397e18b91c6ad8f0b323323e86a2.zip | |
(defcustom): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/custom.el | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd04a63cc79..38b2223be5b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2001-08-17 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * custom.el (defcustom): Doc fix. | ||
| 4 | |||
| 1 | 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2 | 6 | ||
| 3 | * ps-mule.el: (find-composition): Check if (char-after POS) | 7 | * ps-mule.el (find-composition): Check if (char-after POS) |
| 4 | returns a valid character. | 8 | returns a valid character. |
| 5 | 9 | ||
| 6 | 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il> | 10 | 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
diff --git a/lisp/custom.el b/lisp/custom.el index e708f166779..43c3184469d 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -172,7 +172,7 @@ The following keywords are meaningful: | |||
| 172 | VALUE should be a function used to initialize the | 172 | VALUE should be a function used to initialize the |
| 173 | variable. It takes two arguments, the symbol and value | 173 | variable. It takes two arguments, the symbol and value |
| 174 | given in the `defcustom' call. The default is | 174 | given in the `defcustom' call. The default is |
| 175 | `custom-initialize-default' | 175 | `custom-initialize-reset.' |
| 176 | :set VALUE should be a function to set the value of the symbol. | 176 | :set VALUE should be a function to set the value of the symbol. |
| 177 | It takes two arguments, the symbol to set and the value to | 177 | It takes two arguments, the symbol to set and the value to |
| 178 | give it. The default choice of function is `custom-set-default'. | 178 | give it. The default choice of function is `custom-set-default'. |