1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-30 02:02:38 -07: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
anti.texi
back.texi
backups.texi
book-spine.texi
buffers.texi
ChangeLog.1
commands.texi ; * doc/lispref/commands.texi (Focus Events): Fix markup of last change. 2024-04-06 13:13:27 +03:00
compile.texi
control.texi
customize.texi
debugging.texi
display.texi ; Fix documentation of last change. 2024-04-13 14:20:16 +03:00
doclicense.texi
edebug.texi
elisp.texi Add peg.el as a built-in library 2024-03-30 15:19:47 -07:00
elisp_type_hierarchy.jpg
elisp_type_hierarchy.txt
errors.texi
eval.texi
files.texi
frames.texi
functions.texi
gpl.texi
hash.texi
help.texi Use new-style sort signature in Lisp manual examples 2024-03-29 11:39:38 +01:00
hooks.texi
index.texi
internals.texi
intro.texi
keymaps.texi
lay-flat.texi
lists.texi
loading.texi
macros.texi
Makefile.in Add peg.el as a built-in library 2024-03-30 15:19:47 -07:00
maps.texi
markers.texi
minibuf.texi
modes.texi (define-globalized-minor-mode): Require the use of run-mode-hooks 2024-04-13 10:31:28 -04:00
nonascii.texi
numbers.texi
objects.texi
os.texi
package.texi
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
records.texi
searching.texi
sequences.texi value< manual entry adjustments (bug#69709) 2024-03-29 15:51:23 +01:00
spellfile
streams.texi
strings.texi Use new-style sort signature in Lisp manual examples 2024-03-29 11:39:38 +01:00
symbols.texi
syntax.texi
text.texi text.texi (Tracking changes): Fix warning 2024-04-14 12:07:23 -04:00
threads.texi
tips.texi Merge from origin/emacs-29 2024-04-06 11:13:35 -04:00
two-volume-cross-refs.txt
two-volume.make
variables.texi
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/>.