]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/numbers.texi
Spacing and punctuation fixes
[gnu-emacs] / doc / lispref / numbers.texi
index 1ee70504a73570e5650aaaab7c28104229d8c03f..8d1d3a798eb3e3be845c47571ee8f0f75283b2cb 100644 (file)
@@ -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