From 09b73f0820fd38194b46aa71e1652c594a25586c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 17 Mar 2014 18:19:03 -0700 Subject: Style fixes for floating-point doc. * commands.texi, customize.texi, display.texi, elisp.texi, files.texi: * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi: * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi: * processes.texi, streams.texi, strings.texi, text.texi: * variables.texi, windows.texi: Hyphenate "floating-point" iff it precedes a noun. Reword to avoid nouns and hyphenation when that's easy. Prefer "integer" to "integer number" and "is floating point" to "is a floating point number". Prefer "@minus{}" to "-" when it's a minus. --- doc/lispref/customize.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lispref/customize.texi') diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 4b0a0a9ba2c..094beef01ec 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -571,7 +571,7 @@ The value must be an integer. The value must be a number (floating point or integer). @item float -The value must be a floating point number. +The value must be floating point. @item string The value must be a string. The customization buffer shows the string -- cgit v1.2.3