1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(Simple Types): Clarify decription of custom type 'number.

Decribe new custom type 'float.
This commit is contained in:
Markus Rost 2002-12-07 20:53:35 +00:00
parent 0bbe869a4e
commit 177f790c6a
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-12-07 Markus Rost <rost@math.ohio-state.edu>
* customize.texi (Simple Types): Clarify decription of custom type
'number. Decribe new custom type 'float.
2002-12-04 Markus Rost <rost@math.ohio-state.edu>
* variables.texi (File Local Variables): Fix typo.

View File

@ -394,8 +394,12 @@ The value must be an integer, and is represented textually
in the customization buffer.
@item number
The value must be a number, and is represented textually in the
customization buffer.
The value must be a number (floating point or integer), and is
represented textually in the customization buffer.
@item float
The value must be a floating point number, and is represented
textually in the customization buffer.
@item string
The value must be a string, and the customization buffer shows just the