]> code.delx.au - gnu-emacs/commit
Improve documentation for integer and floating-point basics.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Mar 2014 04:03:59 +0000 (21:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Mar 2014 04:03:59 +0000 (21:03 -0700)
commit1917cf46bba74cdd0bcd1d0545cbd688db4e76f9
tree35cb5f9bc976ddd97283d32480e69f747a3bcc43
parent53e84c5f280e75f7f3a624b01d298f48ea3105aa
Improve documentation for integer and floating-point basics.

* numbers.texi (Numbers, Integer Basics, Float Basics):
Document the basics a bit more precisely.  Say more clearly
that Emacs floating-point numbers are IEEE doubles on all
current platforms.  Give more details about frexp.
Say more clearly that '1.' is an integer.
(Predicates on Numbers): Fix wholenump typo.
* objects.texi (Integer Type): Adjust to match numbers.texi.
doc/lispref/ChangeLog
doc/lispref/numbers.texi
doc/lispref/objects.texi