1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-02 05:32:08 -08:00
emacs/doc/lispref
Paul Eggert bdbb390ffe Improve ‘equal’ and array doc
* doc/lispref/objects.texi (Array Type): Array sizes are
nonnegative fixnums, not arbitrary integers.
(Equality Predicates): Do not say that ‘eq’ equals ‘=’ on bignums.
Do not imply that ‘equal’ must signal an error on circular lists.
2019-06-27 15:39:34 -07:00
..
abbrevs.texi
anti.texi
back.texi
backups.texi
book-spine.texi
buffers.texi Merge from origin/emacs-26 2019-03-09 10:07:46 -08:00
ChangeLog.1
commands.texi Merge from emacs-26 2019-06-25 22:04:13 -04:00
compile.texi Add the new macro with-suppressed-warnings 2019-06-12 15:59:19 +02:00
control.texi Merge from origin/emacs-26 2019-06-01 12:04:41 -07:00
customize.texi Backport: Improve pure and side-effect-free docs 2019-04-22 16:14:33 +01:00
debugging.texi
display.texi Fix documentation of inhibit-modification-hooks in overlays + text properties 2019-06-25 08:52:38 +00:00
doclicense.texi
edebug.texi
elisp.texi
errors.texi
eval.texi Backport: Improve pure and side-effect-free docs 2019-04-22 16:14:33 +01:00
files.texi Merge from emacs-26 2019-06-25 22:04:13 -04:00
frames.texi Support X core font driver on cairo (Bug#28236) 2019-06-08 14:05:49 +09:00
functions.texi Merge from origin/emacs-26 2019-06-01 12:04:41 -07:00
gpl.texi
hash.texi Improve documentation of hash-code functions 2019-06-15 11:16:49 +03:00
help.texi
hooks.texi Avoid polling in global-auto-revert-mode (bug#35418) 2019-05-20 11:26:51 +02:00
index.texi
internals.texi Export major version of latest Emacs supported by emacs-module.h. 2019-04-28 20:08:25 +02:00
intro.texi
keymaps.texi Merge from origin/emacs-26 2019-03-09 10:07:46 -08:00
lay-flat.texi
lists.texi
loading.texi Merge from origin/emacs-26 2019-05-22 10:18:51 -07:00
macros.texi
Makefile.in
maps.texi
markers.texi
minibuf.texi Merge from origin/emacs-26 2019-04-12 07:51:35 -07:00
modes.texi Merge from origin/emacs-26 2019-06-11 08:38:34 -07:00
nonascii.texi Merge from origin/emacs-26 2019-06-07 07:50:49 -07:00
numbers.texi Always allow at least double-precision bignums 2019-06-04 08:34:15 -07:00
objects.texi Improve ‘equal’ and array doc 2019-06-27 15:39:34 -07:00
os.texi Clarify what constitutes an event (bug#35238) 2019-05-07 18:00:20 +01:00
package.texi
positions.texi Remove redundants "See" before @xref or @pxref (Bug#35793) 2019-05-25 13:02:05 -04:00
processes.texi Merge from origin/emacs-26 2019-06-07 07:50:49 -07:00
README
records.texi
searching.texi Document bug in `replace-regexp-in-string' 2019-06-26 19:39:32 +02:00
sequences.texi Merge from origin/emacs-26 2019-05-22 10:18:51 -07:00
spellfile Update lispref spellfile 2019-06-04 08:34:16 -07:00
streams.texi
strings.texi
symbols.texi Backport: Improve pure and side-effect-free docs 2019-04-22 16:14:33 +01:00
syntax.texi Document syntax-ppss-context 2019-06-24 00:04:04 +02:00
text.texi Fix documentation of inhibit-modification-hooks in overlays + text properties 2019-06-25 08:52:38 +00:00
threads.texi
tips.texi Document ‘Maintainer: emacs-devel@gnu.org’ 2019-05-25 14:25:18 -07:00
two-volume-cross-refs.txt
two-volume.make
variables.texi Bump up max_specpdl_size to 1500. (Bug#36216) 2019-06-16 23:14:51 +02:00
windows.texi Merge from origin/emacs-26 2019-06-15 09:50:32 -07:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2019 Free Software Foundation, Inc.  -*- outline -*-
See the end of the file for license conditions.


README for the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Emacs Lisp
Reference Manual.

* Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
To ask questions, use the help-gnu-emacs mailing list.

* The Emacs Lisp Reference Manual is quite large.  It totals around
1100 pages in smallbook format; the info files total around 3.0 megabytes.

* You can format this manual for Info, for printing hardcopy using TeX,
or for HTML.

* You can buy nicely printed copies from the Free Software Foundation.
Buying a manual from the Free Software Foundation helps support our GNU
development work.  See <https://shop.fsf.org/>.
(At time of writing, this manual is out of print.)

* The master file for formatting this manual for Tex is called 'elisp.texi'.
It contains @include commands to include all the chapters that make up
the manual.

* This distribution contains a Makefile that you can use with GNU Make.

** To make an Info file, you need to install Texinfo, then run 'make info'.

** Use 'make elisp.pdf' or 'make elisp.html' to create PDF or HTML versions.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.