aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-03-17 21:03:59 -0700
committerPaul Eggert2014-03-17 21:03:59 -0700
commit1917cf46bba74cdd0bcd1d0545cbd688db4e76f9 (patch)
tree35cb5f9bc976ddd97283d32480e69f747a3bcc43 /doc/lispref/ChangeLog
parent53e84c5f280e75f7f3a624b01d298f48ea3105aa (diff)
downloademacs-1917cf46bba74cdd0bcd1d0545cbd688db4e76f9.tar.gz
emacs-1917cf46bba74cdd0bcd1d0545cbd688db4e76f9.zip
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.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 639d7e2dc9c..8bf25baeee4 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,14 @@
12014-03-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 Improve documentation for integer and floating-point basics.
4 * numbers.texi (Numbers, Integer Basics, Float Basics):
5 Document the basics a bit more precisely. Say more clearly
6 that Emacs floating-point numbers are IEEE doubles on all
7 current platforms. Give more details about frexp.
8 Say more clearly that '1.' is an integer.
9 (Predicates on Numbers): Fix wholenump typo.
10 * objects.texi (Integer Type): Adjust to match numbers.texi.
11
12014-03-18 Stefan Monnier <monnier@iro.umontreal.ca> 122014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * functions.texi (Advising Functions): Try and improve the text. 14 * functions.texi (Advising Functions): Try and improve the text.