1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00
emacs/doc/lispref
Stephen Gildea d86b2e59c7 native-comp-available-p is the definitive test
* doc/lispref/compile.texi (Native Compilation): Document
native-comp-available-p as the way to test for native compilation.
* lisp/emacs-lisp/package.el (package--native-compile-async):
* test/lisp/mh-e/mh-utils-tests.el (mh-ensure-native-trampolines):
Test for native compilation with native-comp-available-p.

Thank you to Andrea Corallo for reviewing this patch.
2021-10-05 09:24:11 -07:00
..
abbrevs.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
anti.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
back.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
backups.texi Extend meaning of UNIQUIFY `auto-save-file-name-transforms'. (Bug#47493) 2021-05-10 13:42:48 +02:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Fix typos in a recent change 2021-07-19 19:46:43 +03:00
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
commands.texi Improve documentation of exiting recursive editing 2021-09-20 08:00:08 +02:00
compile.texi native-comp-available-p is the definitive test 2021-10-05 09:24:11 -07:00
control.texi * doc/lispref/control.texi (pcase Macro): Fix cross-reference. 2021-10-01 09:27:09 -07:00
customize.texi New :type natnum for defcustom 2021-09-25 04:15:22 +02:00
debugging.texi Mention `benchmark-call' in the manual 2021-09-13 12:08:58 +02:00
display.texi Add glyphless-char-display-control for Variation Selectors 2021-09-26 18:54:49 +02:00
doclicense.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
edebug.texi Edebug: Disable backtracking when hitting a &define keyword. 2021-04-10 18:19:49 +02:00
elisp.texi Prefer "website" to "homepage" 2021-09-16 15:42:44 +02:00
errors.texi Quit minibuffers without aborting kmacros 2021-07-20 14:36:45 +02:00
eval.texi Better document obsolescence of 'values' 2021-08-29 14:47:02 +03:00
files.texi ; * doc/lispref/files.texi (Reading from Files): Fix wording. 2021-10-03 21:30:34 +03:00
frames.texi Improve recently-changed docs 2021-08-23 19:11:49 +03:00
functions.texi Renege on anonymous &rest (bug#50268, bug#50720) 2021-09-25 20:25:01 +02:00
gpl.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
hash.texi Clarify that #s(hash-table ...) doesn't always create a new hash table 2021-02-07 14:47:09 +01:00
help.texi Fix shortdoc-add-function section creation 2021-06-21 16:20:22 +01:00
hooks.texi Don't use some obsolete names in documentation 2021-10-04 03:26:11 +02:00
index.texi Fix minor whitespace issues after "." in manual. 2012-12-05 14:27:56 -08:00
internals.texi Mention that the garbage collection is convervative 2021-09-17 16:17:08 +02:00
intro.texi ; * doc/lispref/intro.texi (Caveats): Fix paren. 2021-07-12 15:03:18 +01:00
keymaps.texi Merge from origin/emacs-27 2021-04-25 09:16:09 -07:00
lay-flat.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lists.texi Mention seq-uniq' in delete-dups' documentation 2021-10-05 09:11:33 +02:00
loading.texi Document native-compilation 2021-05-08 16:26:41 +03:00
macros.texi Remove spurious @example from the elisp manual 2021-05-31 10:55:37 +02:00
Makefile.in Make tags tables from Texinfo sources 2021-03-11 16:42:57 +02:00
maps.texi Remove the 'M-o' ('facemap-keymap') binding experimentally 2021-02-10 19:38:18 +01:00
markers.texi Merge from origin/emacs-27 2021-02-19 08:36:55 -08:00
minibuf.texi Doc fix for y-or-n-p; trailing space is no longer needed 2021-09-16 09:38:24 +02:00
modes.texi Document 'jit-lock-bounds' 2021-08-23 23:14:00 +03:00
nonascii.texi Update Unicode support to Unicode version 14.0.0 2021-09-15 14:40:13 +03:00
numbers.texi Fix lexing of numbers with trailing decimal point and exponent 2021-05-27 14:16:28 +02:00
objects.texi Explain what ( . c) means to the Emacs Lisp reader 2021-07-06 19:13:58 +02:00
os.texi ; Improve documentation of 'with-environment-variables' 2021-09-26 12:11:56 +03:00
package.texi Note that the Packaging sub-nodes are mostly for maintainers 2021-09-27 06:12:53 +02:00
positions.texi Remove several references to Emacs 22 and earlier 2021-03-10 05:45:47 +01:00
processes.texi Rename shell-split-string to split-string-shell-command 2021-07-15 10:29:04 +02:00
README Update copyright year to 2021 2021-01-01 01:13:56 -08:00
records.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
searching.texi Rx documentation touch-ups (bug#46910) 2021-09-26 14:44:06 +02:00
sequences.texi Improve the documentation of a recent change 2021-09-17 15:03:53 +03:00
spellfile Update lispref spellfile 2019-06-04 08:34:16 -07:00
streams.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
strings.texi ; Remove various duplicated words 2021-09-25 20:25:01 +02:00
symbols.texi Rename elisp-shorthands to read-symbol-shorthands 2021-10-03 16:18:40 +01:00
syntax.texi Add a new function syntax-class-to-char 2021-06-15 17:01:57 +02:00
text.texi Document the 'string' thingatpt target 2021-09-25 11:45:30 +02:00
threads.texi Update copyright year to 2021 2021-01-01 01:13:56 -08:00
tips.texi ; * doc/lispref/tips.texi (Programming Tips): Fix markup. 2021-09-28 15:33:39 +02:00
two-volume-cross-refs.txt Update copyright year to 2021 2021-01-01 01:13:56 -08:00
two-volume.make Update copyright year to 2021 2021-01-01 01:13:56 -08:00
variables.texi * doc/lispref/variables.texi (named-let): Document TCO 2021-09-13 09:14:05 -04:00
windows.texi ; * doc/lispref/windows.texi (Cyclic Window Ordering): Fix typo. 2021-09-21 21:07:37 +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-2021 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/>.