summaryrefslogtreecommitdiff
path: root/lispref/numbers.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-07-14 16:01:20 +0000
committerRichard M. Stallman <rms@gnu.org>2003-07-14 16:01:20 +0000
commit24fc202033271dfe66f0ba5b37e099b033f39885 (patch)
treea7fa02c57b11858d01814708cbba4babe7d34668 /lispref/numbers.texi
parentd7810bdaaeda822de1f74309f7981c542cf9035e (diff)
(Integer Basics): Add most-positive-fixnum, most-negative-fixnum.
Diffstat (limited to 'lispref/numbers.texi')
-rw-r--r--lispref/numbers.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/lispref/numbers.texi b/lispref/numbers.texi
index b8361d5282..e233a9f1d9 100644
--- a/lispref/numbers.texi
+++ b/lispref/numbers.texi
@@ -135,6 +135,16 @@ arguments to such functions may be either numbers or markers, we often
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