1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/doc/lispref
Lars Ingebrigtsen b60bdfcd4c Adjust quit-window-hook documentation
* doc/lispref/windows.texi (Quitting Windows): Adjust
documentation of quit-window-hook (bug#9867).
2019-08-21 13:22:56 -07:00
..
abbrevs.texi Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
anti.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
back.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
backups.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
book-spine.texi
buffers.texi Merge from origin/emacs-26 2019-03-09 10:07:46 -08:00
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
commands.texi Mention what effect nil has as the prompt for read-event/char/etc 2019-08-15 15:04:30 -07:00
compile.texi Add the new macro with-suppressed-warnings 2019-06-12 15:59:19 +02:00
control.texi Add conditional operator xor to subr.el 2019-08-06 13:38:47 +02:00
customize.texi Mention `themed-value' in Variable Definitions node 2019-08-03 22:23:47 +02:00
debugging.texi Improve documentation of debugging Lisp syntax error 2019-08-03 12:43:10 +03:00
display.texi * doc/lispref/display.texi (SVG Images): Remove menu. 2019-08-03 13:54:25 -07:00
doclicense.texi
edebug.texi Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
elisp.texi New function time-convert 2019-08-05 18:37:29 -07:00
errors.texi Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eval.texi Backport: Improve pure and side-effect-free docs 2019-04-22 16:14:33 +01:00
files.texi Allow directory-files-recursively to follow symlinks 2019-07-27 12:16:51 +02:00
frames.texi Allow set-frame-height/set-frame-width to be used interactively 2019-08-18 16:50:08 -07:00
functions.texi Add an advice-add/interactive spec example 2019-08-18 16:05:48 -07:00
gpl.texi
hash.texi Avoid overexposing fixnums for hash codes 2019-07-22 21:28:18 -07:00
help.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
hooks.texi Mention quit-window-hook in "Standard Hooks" 2019-08-21 13:21:52 -07:00
index.texi
internals.texi Improve pdumper doc; say unexec is deprecated 2019-07-23 09:23:20 -07:00
intro.texi Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
keymaps.texi Clarify in the manual when to use function-key-map 2019-07-25 11:52:59 +02:00
lay-flat.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
lists.texi Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
loading.texi Merge from origin/emacs-26 2019-05-22 10:18:51 -07:00
macros.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
Makefile.in Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
maps.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
markers.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
minibuf.texi Merge from origin/emacs-26 2019-04-12 07:51:35 -07:00
modes.texi Respect global-eldoc-mode in minibuffers (Bug#36886) 2019-08-20 20:20:52 -04:00
nonascii.texi Merge from origin/emacs-26 2019-06-07 07:50:49 -07:00
numbers.texi Clarify (lognot bignum) 2019-07-31 07:00:12 -07:00
objects.texi Improve ‘equal’ and array doc 2019-06-27 15:39:34 -07:00
os.texi Support larger TIMEs in (time-convert TIME t) 2019-08-20 15:45:59 -07:00
package.texi Fix some minor inconsistencies in the Package examples 2019-08-02 22:36:38 +02:00
positions.texi Remove no-longer relevant xref 2019-07-31 08:33:28 -04:00
processes.texi Merge from origin/emacs-26 2019-08-20 09:04:53 -07:00
README Update copyright year to 2019 2019-01-01 01:01:13 +00:00
records.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
searching.texi ; * doc/lispref/searching.texi: Typo fix 2019-08-05 10:30:08 +02:00
sequences.texi Merge from origin/emacs-26 2019-05-22 10:18:51 -07:00
spellfile Update lispref spellfile 2019-06-04 08:34:16 -07:00
streams.texi Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
strings.texi Support "%x" etc. formats on more floats 2019-07-23 01:46:41 -07:00
symbols.texi Backport: Improve pure and side-effect-free docs 2019-04-22 16:14:33 +01:00
syntax.texi Document syntax-ppss-context 2019-06-24 00:04:04 +02:00
text.texi Merge from emacs-26 2019-07-20 22:02:36 -04:00
threads.texi Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
tips.texi Fix some minor inconsistencies in the Package examples 2019-08-02 22:36:38 +02:00
two-volume-cross-refs.txt Update copyright year to 2019 2019-01-01 01:01:13 +00:00
two-volume.make Update copyright year to 2019 2019-01-01 01:01:13 +00:00
variables.texi Add some examples in "Adding Generalized Variables" 2019-08-15 23:57:57 -07:00
windows.texi Adjust quit-window-hook documentation 2019-08-21 13:22:56 -07: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-2019 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/>.