1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00
emacs/doc/lispref
Glenn Morris 84f992d42e Merge from origin/emacs-26
4cfe531 (origin/emacs-26) Improve ELisp documentation of 'clone-indir...
9089b02 Improve documentation of 'inhibit-message'
6107e12 Improve documentation of comment styles
fb45125 Documentation improvements in newcomment.el
641c94c Imp[rove documentation of 'with-silent-modifications'
2018-06-02 10:29:38 -07:00
..
abbrevs.texi
anti.texi * doc/lispref/anti.texi (Antinews): Fix grammar. 2018-03-22 20:40:02 +01:00
back.texi
backups.texi
book-spine.texi
buffers.texi Merge from origin/emacs-26 2018-06-02 10:29:38 -07:00
ChangeLog.1
commands.texi
compile.texi ; * doc/lispref/compile.texi (Compilation Functions): Fix wording. 2018-04-02 20:25:52 +03:00
control.texi Merge from origin/emacs-26 2018-05-29 10:07:21 +02:00
customize.texi Document 'custom-group' 2018-05-04 18:00:02 +03:00
debugging.texi
display.texi Fix typos in several manuals (Bug#31610) 2018-06-01 16:33:58 +03:00
doclicense.texi
edebug.texi
elisp.texi Merge from origin/emacs-26 2018-05-29 10:07:21 +02:00
errors.texi Fix typos in several manuals (Bug#31610) 2018-06-01 16:33:58 +03:00
eval.texi
files.texi Merge from origin/emacs-26 2018-06-02 10:29:37 -07:00
frames.texi Improve support for desktop restoration in daemon mode 2018-03-10 13:48:49 +02:00
functions.texi Merge from origin/emacs-26 2018-04-20 08:07:43 -07:00
gpl.texi
hash.texi ; * doc/lispref/hash.texi (Defining Hash): Fix typos. 2018-05-21 21:08:39 +03:00
help.texi Improve documentation of 'with-help-window' 2018-03-20 14:19:14 +02:00
hooks.texi Improve support for desktop restoration in daemon mode 2018-03-10 13:48:49 +02:00
index.texi
internals.texi Merge from origin/emacs-26 2018-04-14 07:50:45 -07:00
intro.texi
keymaps.texi Further improvements on manuals 2018-03-01 09:25:55 +01:00
lay-flat.texi
lists.texi
loading.texi
macros.texi
Makefile.in
maps.texi
markers.texi
minibuf.texi Improve documentation for "other window" scrolling 2018-05-10 19:04:11 -04:00
modes.texi Fix typos and minor wording issues in ELisp manual 2018-04-13 16:44:05 +03:00
nonascii.texi Replace "carriage-return" by "carriage return" in manuals 2018-03-15 10:56:08 +01:00
numbers.texi Lisp reader now checks for integer overflow 2018-03-29 11:03:07 -07:00
objects.texi Clarify eq on floats 2018-04-02 12:19:34 -07:00
os.texi Merge from origin/emacs-26 2018-05-23 01:37:54 -07:00
package.texi * lisp/emacs-lisp/package.el: New quickstart feature 2018-03-26 09:41:30 -04:00
positions.texi Fix typos and minor wording issues in ELisp manual 2018-04-13 16:44:05 +03:00
processes.texi Document that 'make-process' mixes the output streams 2018-04-07 22:15:42 +02:00
README
records.texi
searching.texi Merge from origin/emacs-26 2018-05-25 09:45:34 -07:00
sequences.texi Merge from origin/emacs-26 2018-04-14 07:50:45 -07:00
spellfile
streams.texi Honor print-charset-text-property value of nil (Bug#31376) 2018-05-23 07:53:58 -04:00
strings.texi Fix documentation and tests for 'string-distance' 2018-04-28 10:27:53 +03:00
symbols.texi
syntax.texi Improve documentation of comment styles 2018-06-02 14:01:18 +03:00
text.texi Merge from origin/emacs-26 2018-06-02 10:29:38 -07:00
threads.texi
tips.texi Fix use of @key in Texinfo manuals 2018-04-19 12:21:06 +03:00
two-volume-cross-refs.txt
two-volume.make
variables.texi Fix typos and minor wording issues in ELisp manual 2018-04-13 16:44:05 +03:00
windows.texi Improve documentation for "other window" scrolling 2018-05-10 19:04:11 -04: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-2018 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/>.