| 1 |
This is ../info/cl, produced by makeinfo version 4.2 from cl.texi. |
|---|
| 2 |
|
|---|
| 3 |
INFO-DIR-SECTION Emacs |
|---|
| 4 |
START-INFO-DIR-ENTRY |
|---|
| 5 |
* CL: (cl). Partial Common Lisp support for Emacs Lisp. |
|---|
| 6 |
END-INFO-DIR-ENTRY |
|---|
| 7 |
|
|---|
| 8 |
This file documents the GNU Emacs Common Lisp emulation package. |
|---|
| 9 |
|
|---|
| 10 |
Copyright (C) 1993 Free Software Foundation, Inc. |
|---|
| 11 |
|
|---|
| 12 |
Permission is granted to copy, distribute and/or modify this document |
|---|
| 13 |
under the terms of the GNU Free Documentation License, Version 1.1 or |
|---|
| 14 |
any later version published by the Free Software Foundation; with no |
|---|
| 15 |
Invariant Sections, with the Front-Cover texts being "A GNU Manual", |
|---|
| 16 |
and with the Back-Cover Texts as in (a) below. A copy of the license |
|---|
| 17 |
is included in the section entitled "GNU Free Documentation License" in |
|---|
| 18 |
the Emacs manual. |
|---|
| 19 |
|
|---|
| 20 |
(a) The FSF's Back-Cover Text is: "You have freedom to copy and |
|---|
| 21 |
modify this GNU Manual, like GNU software. Copies published by the Free |
|---|
| 22 |
Software Foundation raise funds for GNU development." |
|---|
| 23 |
|
|---|
| 24 |
This document is part of a collection distributed under the GNU Free |
|---|
| 25 |
Documentation License. If you want to distribute this document |
|---|
| 26 |
separately from the collection, you can do so by adding a copy of the |
|---|
| 27 |
license to the document, as described in section 6 of the license. |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
File: cl, Node: Variable Index, Prev: Function Index, Up: Top |
|---|
| 31 |
|
|---|
| 32 |
Variable Index |
|---|
| 33 |
************** |
|---|
| 34 |
|
|---|
| 35 |
* Menu: |
|---|
| 36 |
|
|---|
| 37 |
* *gensym-counter*: Creating Symbols. |
|---|
| 38 |
* *random-state*: Random Numbers. |
|---|
| 39 |
* float-epsilon: Implementation Parameters. |
|---|
| 40 |
* float-negative-epsilon: Implementation Parameters. |
|---|
| 41 |
* least-negative-float: Implementation Parameters. |
|---|
| 42 |
* least-negative-normalized-float: Implementation Parameters. |
|---|
| 43 |
* least-positive-float: Implementation Parameters. |
|---|
| 44 |
* least-positive-normalized-float: Implementation Parameters. |
|---|
| 45 |
* most-negative-fixnum: Implementation Parameters. |
|---|
| 46 |
* most-negative-float: Implementation Parameters. |
|---|
| 47 |
* most-positive-fixnum: Implementation Parameters. |
|---|
| 48 |
* most-positive-float: Implementation Parameters. |
|---|
| 49 |
|
|---|
| 50 |
|
|---|