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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/numbers.texi [lexbind]
Date: Tue, 14 Oct 2003 19:10:18 -0400

Index: emacs/lispref/numbers.texi
diff -c emacs/lispref/numbers.texi:1.21.4.1 emacs/lispref/numbers.texi:1.21.4.2
*** emacs/lispref/numbers.texi:1.21.4.1 Fri Apr  4 01:20:42 2003
--- emacs/lispref/numbers.texi  Tue Oct 14 19:10:12 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
  
***************
*** 1170,1172 ****
--- 1180,1186 ----
  of @code{random}.  On other machines, the result can never be larger
  than a certain maximum or less than a certain (negative) minimum.
  @end defun
+ 
+ @ignore
+    arch-tag: 574e8dd2-d513-4616-9844-c9a27869782e
+ @end ignore




reply via email to

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