emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/numbers.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/numbers.texi
Date: Mon, 14 Jul 2003 12:01:20 -0400

Index: emacs/lispref/numbers.texi
diff -c emacs/lispref/numbers.texi:1.23 emacs/lispref/numbers.texi:1.24
*** emacs/lispref/numbers.texi:1.23     Tue Feb  4 09:47:54 2003
--- emacs/lispref/numbers.texi  Mon Jul 14 12:01:20 2003
***************
*** 135,140 ****
--- 135,150 ----
  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
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]