mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(Integer Basics): Add most-positive-fixnum, most-negative-fixnum.
This commit is contained in:
parent
d7810bdaae
commit
24fc202033
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue