diff options
| author | Markus Rost | 2002-12-07 20:53:35 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-12-07 20:53:35 +0000 |
| commit | 177f790c6a22ef8b2ba6d473092416263a4f9767 (patch) | |
| tree | 46fe6fe01680421e2bb86d961157c35acfbfa7e7 | |
| parent | 0bbe869a4e47fc98505b324f042b3a80295e027a (diff) | |
| download | emacs-177f790c6a22ef8b2ba6d473092416263a4f9767.tar.gz emacs-177f790c6a22ef8b2ba6d473092416263a4f9767.zip | |
(Simple Types): Clarify decription of custom type 'number.
Decribe new custom type 'float.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/customize.texi | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 6a6402ef1c2..b1089f2a57a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-12-07 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * customize.texi (Simple Types): Clarify decription of custom type | ||
| 4 | 'number. Decribe new custom type 'float. | ||
| 5 | |||
| 1 | 2002-12-04 Markus Rost <rost@math.ohio-state.edu> | 6 | 2002-12-04 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 7 | ||
| 3 | * variables.texi (File Local Variables): Fix typo. | 8 | * variables.texi (File Local Variables): Fix typo. |
diff --git a/lispref/customize.texi b/lispref/customize.texi index 1fee9f8d6dd..d37e4fca983 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi | |||
| @@ -394,8 +394,12 @@ The value must be an integer, and is represented textually | |||
| 394 | in the customization buffer. | 394 | in the customization buffer. |
| 395 | 395 | ||
| 396 | @item number | 396 | @item number |
| 397 | The value must be a number, and is represented textually in the | 397 | The value must be a number (floating point or integer), and is |
| 398 | customization buffer. | 398 | represented textually in the customization buffer. |
| 399 | |||
| 400 | @item float | ||
| 401 | The value must be a floating point number, and is represented | ||
| 402 | textually in the customization buffer. | ||
| 399 | 403 | ||
| 400 | @item string | 404 | @item string |
| 401 | The value must be a string, and the customization buffer shows just the | 405 | The value must be a string, and the customization buffer shows just the |