summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-05-03 11:57:49 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-05-03 11:57:49 -0700
commit59dba0f4d83541ca638492d137db7723d47faa1e (patch)
treeb30b0732eac4b73f67ba69f06f489f364064cde8 /doc
parent680186416d09efb9c3b4599ee848e3bb9fe184b6 (diff)
downloademacs-59dba0f4d83541ca638492d137db7723d47faa1e.tar.gz
Add Bug#.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index a48fa634cb7..bca76b8a23c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -3,7 +3,7 @@
* numbers.texi (Integer Basics): Large integers are treated as floats.
(Arithmetic Operations, Math Functions): Large integers go to
floats instead of wrapping around.
- * objects.texi (Integer Type): Likewise.
+ * objects.texi (Integer Type): Likewise. (Bug#8611)
2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>