1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 15:40:47 -08:00
emacs/doc/lispref
Lars Ingebrigtsen 058d3c0d16 Add missing @end defun to strings.texi
* doc/lispref/strings.texi (Text Comparison): Add missing @end defun.
2022-07-26 20:54:23 +02:00
..
abbrevs.texi
anti.texi
back.texi
backups.texi
book-spine.texi
buffers.texi buffer-match-p: Resolve backward compat concerns 2022-06-17 15:23:01 +03:00
ChangeLog.1
commands.texi Improve documentation of `posn-timestamp' 2022-07-16 21:03:06 +08:00
compile.texi Merge from origin/emacs-28 2022-07-24 09:55:01 +02:00
control.texi
customize.texi
debugging.texi
display.texi Implement pseudo-value 'reset' of face attrributes 2022-07-03 12:30:24 +03:00
doclicense.texi
edebug.texi Merge from origin/emacs-28 2022-07-02 09:33:51 +02:00
elisp.texi
errors.texi
eval.texi
files.texi ; Fix documentation of 'file-parent-directory' 2022-07-04 14:59:58 +03:00
frames.texi Add support for fullscreen values fullheight and fullwidth on PGTK 2022-07-04 10:21:14 +08:00
functions.texi Merge from origin/emacs-28 2022-07-24 09:55:01 +02:00
gpl.texi
hash.texi string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
help.texi
hooks.texi Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
index.texi
internals.texi
intro.texi
keymaps.texi ; Improve documentation of 'set-transient-map' changes 2022-07-07 09:29:51 +03:00
lay-flat.texi
lists.texi ; * doc/lispref/lists.texi (List Elements): No passive tense! 2022-07-18 15:46:18 +03:00
loading.texi ; Fix typos. 2022-07-02 13:32:41 +02:00
macros.texi
Makefile.in
maps.texi
markers.texi
minibuf.texi
modes.texi ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
nonascii.texi
numbers.texi
objects.texi
os.texi ; * doc/lispref/os.texi (Batch Mode): Fix typo and wording. 2022-06-21 16:21:53 +03:00
package.texi
positions.texi
processes.texi ; Fix documentation of 'network-lookup-address-info' 2022-07-26 21:34:38 +03:00
README
records.texi
searching.texi Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
sequences.texi Add new function `seq-split' 2022-07-03 12:55:00 +02:00
spellfile
streams.texi
strings.texi Add missing @end defun to strings.texi 2022-07-26 20:54:23 +02:00
symbols.texi
syntax.texi
text.texi Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
threads.texi
tips.texi Note guideline for doc string expressions 2022-07-25 13:00:10 -07:00
two-volume-cross-refs.txt
two-volume.make
variables.texi ; Fix typos 2022-07-14 12:52:32 +02:00
windows.texi Fix 'fit-frame-to-buffer' (Bug#56102) 2022-07-06 09:25:43 +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-2022 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/>.