1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/doc/lispref
Eric Abrahamsen 2141caca30 ; Improvements to PEG documentation (second attempt)
* doc/lispref/peg.texi: Make more use of defmac/defmacro, and try to
clarify the relationships between the various macros and functions.
* lisp/progmodes/peg.el (peg-parse): Remove claim that PEXS can also be
a single list of rules.
2024-04-16 17:26:47 -07:00
..
abbrevs.texi Update NEWS and manual after obarray changes 2024-02-23 13:02:27 +01:00
anti.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
back.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
backups.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
book-spine.texi
buffers.texi ; Fix documentation of a recent change (bug#68235) 2024-03-15 14:22:14 +02:00
ChangeLog.1 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
commands.texi ; * doc/lispref/commands.texi (Focus Events): Fix markup of last change. 2024-04-06 13:13:27 +03:00
compile.texi Eliminate lazy bytecode loading 2024-01-31 17:12:25 +01:00
control.texi Merge from origin/emacs-29 2024-03-16 05:47:41 -04:00
customize.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
debugging.texi Improve documentation of profiler commands 2024-01-24 21:34:16 +02:00
display.texi ; Fix documentation of last change. 2024-04-13 14:20:16 +03:00
doclicense.texi
edebug.texi Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
elisp.texi Add peg.el as a built-in library 2024-03-30 15:19:47 -07:00
elisp_type_hierarchy.jpg syncdoc-type-hierarchy.el: Sort and remove comp dependency 2024-03-10 15:12:00 -04:00
elisp_type_hierarchy.txt syncdoc-type-hierarchy.el: Sort and remove comp dependency 2024-03-10 15:12:00 -04:00
errors.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
eval.texi eval.c: Add new var lisp-eval-depth-reserve 2024-01-04 16:36:22 -05:00
files.texi Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
frames.texi * doc/lispref/frames.texi (Window System Selections): Fix misuse of xref. 2024-03-16 09:55:23 +08:00
functions.texi Single string literal in body is return value only, not doc string 2024-03-07 13:47:53 +01:00
gpl.texi
hash.texi Clarify permitted mutation in maphash documentation 2024-01-21 11:21:51 +01:00
help.texi Use new-style sort signature in Lisp manual examples 2024-03-29 11:39:38 +01:00
hooks.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
index.texi
internals.texi Merge from origin/emacs-29 2024-01-13 05:36:16 -05:00
intro.texi Add cross-reference to ELisp manual Caveats 2024-02-15 00:44:55 +01:00
keymaps.texi Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
lay-flat.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
lists.texi Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
loading.texi Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
macros.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
Makefile.in Add peg.el as a built-in library 2024-03-30 15:19:47 -07:00
maps.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
markers.texi ; Fix recent changes in documentation 2024-03-16 11:58:56 +02:00
minibuf.texi Merge from origin/emacs-29 2024-03-09 04:18:53 -05:00
modes.texi (define-globalized-minor-mode): Require the use of run-mode-hooks 2024-04-13 10:31:28 -04:00
nonascii.texi Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
numbers.texi Add value< (bug#69709) 2024-03-29 11:39:38 +01:00
objects.texi Followup changes to cl-type-of 2024-03-18 09:32:53 -04:00
os.texi Port more notification senders to non-XDG systems 2024-03-13 11:01:39 +08:00
package.texi Add the public API of Compat to the core 2024-02-11 22:50:29 +01:00
parsing.texi ; Improve documentation of tree-sitter "things" 2024-04-13 11:52:57 +03:00
peg.texi ; Improvements to PEG documentation (second attempt) 2024-04-16 17:26:47 -07:00
positions.texi Add 'forward-sexp-default-function' to be used by 'treesit-forward-sexp' 2024-04-14 19:22:01 +03:00
processes.texi ; * doc/lispref/processes.texi: use @code for keywords in @table 2024-04-01 14:43:30 +02:00
README ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
records.texi Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
searching.texi Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
sequences.texi value< manual entry adjustments (bug#69709) 2024-03-29 15:51:23 +01:00
spellfile
streams.texi Merge from origin/emacs-29 2024-01-27 08:14:31 -05:00
strings.texi Use new-style sort signature in Lisp manual examples 2024-03-29 11:39:38 +01:00
symbols.texi Change bare-symbol back to match intent 2024-03-11 00:34:27 -07:00
syntax.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
text.texi text.texi (Tracking changes): Fix warning 2024-04-14 12:07:23 -04:00
threads.texi ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tips.texi Merge from origin/emacs-29 2024-04-06 11:13:35 -04:00
two-volume-cross-refs.txt ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
two-volume.make ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
variables.texi Improve handler-bind doc 2024-01-04 16:39:48 -05:00
windows.texi Add documentation for 'switch-window' event 2024-04-06 13:08:21 +03: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-2024 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/>.