+2011-09-17 Eli Zaretskii <eliz@gnu.org>
+
+ * numbers.texi (Integer Basics): Add indexing for
+ most-positive-fixnum and most-negative-fixnum. (Bug#9525)
+
2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
* lists.texi (Sets And Lists): Fix typo. (Bug#9393)
give these arguments the name @var{number-or-marker}. When the argument
value is a marker, its position value is used and its buffer is ignored.
+@cindex largest Lisp integer number
+@cindex maximum Lisp integer number
@defvar most-positive-fixnum
The value of this variable is the largest integer that Emacs Lisp
can handle.
@end defvar
+@cindex smallest Lisp integer number
+@cindex minimum Lisp integer number
@defvar most-negative-fixnum
The value of this variable is the smallest integer that Emacs Lisp can
handle. It is negative.