aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
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.