summaryrefslogtreecommitdiff
path: root/doc/lispref/streams.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-03-17 18:19:03 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-03-17 18:19:03 -0700
commit09b73f0820fd38194b46aa71e1652c594a25586c (patch)
tree6de632fe9e072e0645864ca8b2c83303ea17884b /doc/lispref/streams.texi
parent07f44fdbfe0060781773f04867cfe1e1a1411f83 (diff)
downloademacs-09b73f0820fd38194b46aa71e1652c594a25586c.tar.gz
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.
Diffstat (limited to 'doc/lispref/streams.texi')
-rw-r--r--doc/lispref/streams.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi
index ed3a01ba810..1d549ae8916 100644
--- a/doc/lispref/streams.texi
+++ b/doc/lispref/streams.texi
@@ -824,7 +824,7 @@ to bind it to @code{nil} when you bind @code{print-continuous-numbering}.
@end defvar
@defvar float-output-format
-This variable specifies how to print floating point numbers. The
+This variable specifies how to print floating-point numbers. The
default is @code{nil}, meaning use the shortest output
that represents the number without losing information.