1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00
emacs/doc/lispref
Eli Zaretskii f78c819d95 Merge from origin/emacs-28
3e4eb54 ; * etc/PROBLEMS: Minor copyedits of the last change.  (Bug#5...
35bc211 Document a macOS error message when opening Emacs
4df9998 Fix header-line and tab-line when mode-line-compact is set
81915a9 Add manual section about how to avoid regexp problems
a16e66c Clarify build environment
6ab6b2f Clarify build directory structure
9d61620 * src/pdumper.c (dump_do_dump_relocation): Add sanity check.
2021-11-03 20:26:29 +02:00
..
abbrevs.texi
anti.texi Rewrite Antinews for Emacs 28 2021-10-09 14:32:28 +03:00
back.texi
backups.texi
book-spine.texi
buffers.texi Rewrites of Elisp manual including tab-bar and tab-line changes 2021-10-18 09:58:48 +02:00
ChangeLog.1
commands.texi Merge from origin/emacs-28 2021-10-24 01:55:45 -07:00
compile.texi native-comp-available-p is the definitive test 2021-10-05 09:24:11 -07:00
control.texi * doc/lispref/control.texi (pcase Macro): Fix cross-reference. 2021-10-01 09:27:09 -07:00
customize.texi New :type natnum for defcustom 2021-09-25 04:15:22 +02:00
debugging.texi Mention `benchmark-call' in the manual 2021-09-13 12:08:58 +02:00
display.texi Move the documentation of 'string-glyph-split' to proper place 2021-10-30 20:29:40 +03:00
doclicense.texi
edebug.texi Update doc of Edebug specification for macros 2021-10-21 20:12:49 -07:00
elisp.texi Add manual section about how to avoid regexp problems 2021-11-03 13:50:12 +01:00
errors.texi Quit minibuffers without aborting kmacros 2021-07-20 14:36:45 +02:00
eval.texi Better document obsolescence of 'values' 2021-08-29 14:47:02 +03:00
files.texi ; Improve documentation of a recent change 2021-11-02 17:09:05 +02:00
frames.texi Further fixes to Elisp manual 2021-10-18 19:18:42 +02:00
functions.texi Merge from origin/emacs-28 2021-10-25 09:34:37 -07:00
gpl.texi
hash.texi
help.texi
hooks.texi Clarify abnormal hook documentation 2021-10-23 20:03:34 +02:00
index.texi
internals.texi Add a new after-pdump-load-hook variable 2021-10-12 13:57:52 +02:00
intro.texi
keymaps.texi Support a new ["..."] key binding syntax 2021-10-17 20:51:31 +02:00
lay-flat.texi
lists.texi Mention seq-uniq' in delete-dups' documentation 2021-10-05 09:11:33 +02:00
loading.texi
macros.texi
Makefile.in
maps.texi
markers.texi
minibuf.texi Doc fix for y-or-n-p; trailing space is no longer needed 2021-09-16 09:38:24 +02:00
modes.texi ; * doc/lispref/modes.texi (Tabulated List Mode): Fix markup. 2021-11-02 18:51:35 +02:00
nonascii.texi Update Unicode support to Unicode version 14.0.0 2021-09-15 14:40:13 +03:00
numbers.texi
objects.texi Minor fixes for recent changes in ELisp manual 2021-10-18 17:13:18 +03:00
os.texi Warn about `file-notify-rm-all-watches' side effects 2021-10-17 09:36:59 +02:00
package.texi Note that the Packaging sub-nodes are mostly for maintainers 2021-09-27 06:12:53 +02:00
positions.texi
processes.texi ; * doc/lispref/processes.texi (Filter Functions): Fix last change. 2021-10-14 14:51:04 +03:00
README
records.texi
searching.texi Merge from origin/emacs-28 2021-11-03 20:26:29 +02:00
sequences.texi Improve the documentation of a recent change 2021-09-17 15:03:53 +03:00
spellfile Rewrites of Elisp manual including tab-bar and tab-line changes 2021-10-18 09:58:48 +02:00
streams.texi
strings.texi Move the documentation of 'string-glyph-split' to proper place 2021-10-30 20:29:40 +03:00
symbols.texi ; Fix mistakes in last doc rewording about shorthands 2021-10-12 16:58:01 +01:00
syntax.texi Improve documentation of syntax-ppss-context slightly 2021-10-22 17:54:55 +02:00
text.texi Double the default value of kill-ring-max 2021-10-14 00:23:34 +02:00
threads.texi
tips.texi ; * doc/lispref/tips.texi (Programming Tips): Fix markup. 2021-09-28 15:33:39 +02:00
two-volume-cross-refs.txt
two-volume.make
variables.texi Add an optional parameter to kill-all-local-variables 2021-10-06 12:55:21 +02:00
windows.texi Allow 'display-buffer' to set up body size of chosen window (Bug#17065) 2021-10-25 10:42:17 +02: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-2021 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/>.