From 177f790c6a22ef8b2ba6d473092416263a4f9767 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sat, 7 Dec 2002 20:53:35 +0000 Subject: [PATCH] (Simple Types): Clarify decription of custom type 'number. Decribe new custom type 'float. --- lispref/ChangeLog | 5 +++++ 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 @@ +2002-12-07 Markus Rost + + * customize.texi (Simple Types): Clarify decription of custom type + 'number. Decribe new custom type 'float. + 2002-12-04 Markus Rost * 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 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 -- 2.39.2