diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-17 16:55:02 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-17 16:56:21 -0700 |
commit | 41278b775bd3ebc213ff8b9eda2f2c04a5354bba (patch) | |
tree | 26db6172e427c91ef681e9285596d96a95a7aab7 /doc/lispref/numbers.texi | |
parent | 7ec63a3afa52213b7b3cd3ecc0717c6e6504dc43 (diff) | |
download | emacs-41278b775bd3ebc213ff8b9eda2f2c04a5354bba.tar.gz |
Spacing and punctuation fixes
Diffstat (limited to 'doc/lispref/numbers.texi')
-rw-r--r-- | doc/lispref/numbers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index 1ee70504a73..8d1d3a798eb 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi @@ -261,7 +261,7 @@ If @var{x} is finite, then @var{s} is a floating-point number between 0.5 @math{x = s 2^e}. @end tex If @var{x} is zero or infinity, then @var{s} is the same as @var{x}. -If @var{x} is a NaN, then @var{s} is also a NaN. +If @var{x} is a NaN, then @var{s} is also a NaN@. If @var{x} is zero, then @var{e} is 0. @end defun |