emacs/doc/lispref
Eli Zaretskii ad289f364e ; Improve documentation of 'easy-menu-define'
* doc/lispref/keymaps.texi (Easy Menu):
* lisp/emacs-lisp/easymenu.el (easy-menu-define): Document that
SYMBOL is also defined as a variable.  (Bug#73108)
2024-09-14 11:55:08 +03:00
..
abbrevs.texi
anti.texi Write Antinews for Emacs 30 ELisp Reference 2024-06-27 21:54:52 +03:00
back.texi
backups.texi New variable 'revert-buffer-restore-functions' (bug#69511) 2024-06-03 19:55:47 +03:00
book-spine.texi
buffers.texi
ChangeLog.1 ; Fix typos 2024-06-23 16:40:06 +02:00
commands.texi ; Fix punctuation in docs 2024-07-21 17:35:13 +02:00
compile.texi ; Improve a recent change to the documentation 2024-07-08 14:48:25 +03:00
control.texi control.texi: Be a bit more explicit about the behavior of pcase-let 2024-05-15 13:57:11 -04:00
customize.texi
debugging.texi
display.texi Clarify the semantics of 'string-pixel-width' 2024-09-09 14:28:12 +03:00
doclicense.texi
edebug.texi
elisp.texi Update FSF's address 2024-09-02 21:02:09 +02:00
elisp_type_hierarchy.jpg Run admin/syncdoc-type-hierarchy.el 2024-04-23 15:39:28 +02:00
elisp_type_hierarchy.txt Run admin/syncdoc-type-hierarchy.el 2024-04-23 15:39:28 +02:00
errors.texi
eval.texi
files.texi ; Fix punctuation in docs 2024-07-21 17:35:13 +02:00
frames.texi Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
functions.texi Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
gpl.texi
hash.texi
help.texi ; * doc/lispref/help.texi (Keys in Documentation): Add cross-reference. 2024-07-16 17:35:42 +03:00
hooks.texi
index.texi
internals.texi
intro.texi
keymaps.texi ; Improve documentation of 'easy-menu-define' 2024-09-14 11:55:08 +03:00
lay-flat.texi
lists.texi ; Improve documentation of 'add-to-list' 2024-08-09 08:45:30 +03:00
loading.texi
macros.texi
Makefile.in
maps.texi
markers.texi
minibuf.texi ; Small doc fixes 2024-09-01 19:53:52 +03:00
modes.texi ; * doc/lispref/modes.texi (Mode Line Data): Fox wording. 2024-09-04 17:14:25 +03:00
nonascii.texi Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
numbers.texi
objects.texi ; More accurate text about how equal compares various objects 2024-08-31 18:39:46 +02:00
os.texi ; * doc/lispref/os.texi (Suspending Emacs): Fix last change. 2024-09-07 19:41:36 +03:00
package.texi Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
parsing.texi Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
peg.texi ; Fix typos 2024-06-23 16:40:06 +02:00
positions.texi ; Fix recent changes in documentation 2024-09-01 20:57:03 +03:00
processes.texi ; Fix punctuation in docs 2024-07-21 17:35:13 +02:00
README
records.texi
searching.texi ; * doc/lispref/searching.texi (Rx Notation): Simplify rx example 2024-09-09 15:22:32 +02:00
sequences.texi Update description of string comparison functions 2024-08-06 18:04:46 +02:00
spellfile
streams.texi ; Fix punctuation in docs 2024-07-21 17:35:13 +02:00
strings.texi ; * doc/lispref/strings.texi (Text Comparison): Improve indexing. 2024-08-16 14:05:20 +03:00
symbols.texi
syntax.texi
text.texi Make json-serialize always return a unibyte string (bug#70007) 2024-09-08 20:02:34 +02:00
threads.texi
tips.texi Fix copyright years by hand (Bug#72809) 2024-08-26 02:50:24 +02:00
two-volume-cross-refs.txt
two-volume.make
variables.texi ; Fix punctuation in docs 2024-07-21 17:35:13 +02:00
windows.texi Correctly typeset nil and t in texinfo 2024-07-22 10:14:51 +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-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/>.