diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-03-17 18:19:03 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-03-17 18:19:03 -0700 |
commit | 09b73f0820fd38194b46aa71e1652c594a25586c (patch) | |
tree | 6de632fe9e072e0645864ca8b2c83303ea17884b /doc/lispref/customize.texi | |
parent | 07f44fdbfe0060781773f04867cfe1e1a1411f83 (diff) | |
download | emacs-09b73f0820fd38194b46aa71e1652c594a25586c.tar.gz emacs-09b73f0820fd38194b46aa71e1652c594a25586c.tar.bz2 emacs-09b73f0820fd38194b46aa71e1652c594a25586c.zip |
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/customize.texi')
-rw-r--r-- | doc/lispref/customize.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |