changeset 51920:8177e11a3638

(Integer Basics): Add most-positive-fixnum, most-negative-fixnum.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Jul 2003 16:01:20 +0000
parents d51ac8d52e63
children 86bdb37c1d71
files lispref/numbers.texi
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/numbers.texi	Mon Jul 14 16:00:44 2003 +0000
+++ b/lispref/numbers.texi	Mon Jul 14 16:01:20 2003 +0000
@@ -135,6 +135,16 @@
 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.
 
+@defvar most-positive-fixnum
+The value of this variable is the largest integer that Emacs Lisp
+can handle.
+@end defvar
+
+@defvar most-negative-fixnum
+The value of this variable is the smallest integer that Emacs Lisp can
+handle.  It is negative.
+@end defvar
+
 @node Float Basics
 @section Floating Point Basics