1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00
emacs/doc/lispref
Paul Eggert abcb2e62da Merge from origin/emacs-26
49cd561dc6 * test/lisp/tramp-tests.el (tramp-test21-file-links): Spec...
b719f6b20b Loosen strict parsing requirement for desktop files
c7a0c13777 * lisp/xdg.el (xdg-thumb-uri): Fix doc string.
dc6b3560e5 Fix documentation of `make-frame' and related variables an...
3d3778d82a Accept new `always' value for option `buffer-offer-save'
638f64c40a Improve new NS scrolling variable names
d93301242f Document 'replace-buffer-contents' in the manual.
00e4e3e9d2 Fix undecorated frame resizing issues on NS (bug#28512)
820739bbb5 ; * doc/emacs/display.texi (Display Custom): Fix wording.
f2b2201594 ; Spelling and URL fixes
0e143b1fc5 Documentation improvements for 'display-line-numbers'
f656ccdb43 ; Fix typo
d64da52d57 Fix last change in bat-mode.el
908af46abd Fix restoring in GUI sessions desktop saved in TTY sessions
51cbd85454 Improve syntax highlighting in bat-mode
0273916618 Document the 'list-FOO' convention
d24ec58540 Expose viewing conditions in CAM02-UCS metric
a81d5a3d3f Revert "Set frame size to actual requested size (bug#18215)"
0bf066d4b2 Add tests for Edebug
68baca3ee1 Catch more messages in ert-with-message-capture
28e0c410c9 ; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.
31e1d9ef2f Support setting region from secondary selection and vice v...
047f02f00f Fix new copy-directory bug with empty dirs
fbd15836af * doc/lispref/strings.texi (Formatting Strings): Improve i...
f16a8d5dbd Fix 2 testsuite tests for MS-Windows
965cffd89c Rename timer-list to list-timers
a5fec62b51 Provide native touchpad scrolling on macOS
7b3d1c6beb Fix MinGW64 build broken by recent MinGW64 import libraries
c83d0c5fdf Fix crashes in 'move-point-visually' in minibuffer windows
7f3d5f929d * src/emacs.c (usage_message): Don't mention 'find-file'.
6845282200 Fix a minor inaccuracy in the Emacs manual
74d7bb9498 Fix errors in flyspell-post-command-hook
40fdbb01d0 Work on Tramp's file-truename
1a01423b3c Fix bug with make-directory on MS-Windows root
066efb8666 Fix log-view-diff-common when point is after last entry
3f006b56cd Adapt fileio-tests--symlink-failure to Cygwin
ee512e9a82 Ignore buffers whose name begins with a space in save-some...
9e1b5bd92c Improve tramp-interrupt-process robustness
8d4223e61b Minor Tramp doc update
331d0e520f Fix gensym
466df76f7d Cleanup in files-tests.el
6359fe630a Remove old cl-assert calls in 'newline'
059184e645 Avoid crash with C-g C-g in GC
541006c536 Fix format-time-string %Z bug with negative tz
679e05eeb9 message-citation-line-format %Z is now tz name
4e8888d438 Use doc-view or pdf-tools on any window-system
5f28f0db73 Fix bug with min and max and NaNs
37b5e661d2 Fix recently-introduced copy-directory bug
6bbbc38b34 Merge from Gnulib
57249fb297 Fix compatibility problem in Tramp
411bec82c4 Avoid GCC 7 compilation warning in eval.c
34a6774daa ; Partially revert c3445aed51
2017-09-25 11:19:07 -07:00
..
abbrevs.texi Update copyright year to 2017 2016-12-31 19:42:26 -08:00
anti.texi Rewrite Antinews for Emacs 26 2017-09-02 12:37:51 +03:00
back.texi Update copyright year to 2017 2016-12-31 19:42:26 -08:00
backups.texi Be more consistent about "directory name" in manual 2017-09-09 13:41:20 -07:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Accept new always' value for option buffer-offer-save' 2017-09-24 14:57:40 -07:00
ChangeLog.1 More authors.el updates 2017-06-07 14:27:21 -04:00
commands.texi Be more consistent about "directory name" in manual 2017-09-09 13:41:20 -07:00
compile.texi Index byte-compile-debug 2017-01-31 22:36:02 +02:00
control.texi Update copyright year to 2017 2016-12-31 19:42:26 -08:00
customize.texi Be more consistent about "directory name" in manual 2017-09-09 13:41:20 -07:00
debugging.texi Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
display.texi Disable execution of unsafe Lisp by Enriched Text mode 2017-09-16 12:45:24 +03:00
doclicense.texi Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
edebug.texi Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
elisp.texi Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
errors.texi Throw a `search-failed' derived error in Info search 2017-04-03 19:36:14 -04:00
eval.texi Update documentation of 'max-lisp-eval-depth' 2017-09-11 19:48:56 +03:00
files.texi Merge from origin/emacs-26 2017-09-25 11:19:07 -07:00
frames.texi Fix documentation of `make-frame' and related variables and hooks 2017-09-25 10:09:32 +02:00
functions.texi Fix a minor markup problem in ELisp manual 2017-09-06 21:00:29 +03:00
gpl.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
hash.texi Use float instead of Lisp_Object for rehash_size 2017-02-21 15:39:17 -08:00
help.texi Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
hooks.texi Remove Vwindow_text_change_functions and related code 2017-07-07 08:40:24 +02:00
index.texi Fix minor whitespace issues after "." in manual. 2012-12-05 14:27:56 -08:00
internals.texi Replace QUIT with maybe_quit 2017-01-25 21:25:37 -08:00
intro.texi Remove the build number from emacs-version variable 2017-02-17 20:15:21 -05:00
keymaps.texi Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
lay-flat.texi Update copyright year to 2017 2016-12-31 19:42:26 -08:00
lists.texi alist-get: Add optional arg TESTFN 2017-07-17 21:30:50 +09:00
loading.texi Be more consistent about "directory name" in manual 2017-09-09 13:41:20 -07:00
macros.texi Documentation fix in elisp reference manual 2017-02-24 10:21:31 +09:00
Makefile.in Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
maps.texi Update copyright year to 2017 2016-12-31 19:42:26 -08:00
markers.texi Update copyright year to 2017 2016-12-31 19:42:26 -08:00
minibuf.texi Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
modes.texi Provide additional support for child frames 2017-06-25 11:33:25 +02:00
nonascii.texi Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
numbers.texi min and max now return one of their arguments 2017-03-06 17:26:55 -08:00
objects.texi Adapt Lisp reference to reader changes 2017-07-02 12:32:23 +02:00
os.texi Rename timer-list to list-timers 2017-09-19 22:24:23 -04:00
package.texi Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
positions.texi Add absolute optional parameter to line-number-at-pos (Bug#26417) 2017-07-03 14:43:02 +02:00
processes.texi Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
README Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
records.texi Deprecate copy-record in favor of copy-sequence 2017-04-07 18:54:40 -07:00
searching.texi Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
sequences.texi Add seq-set-equal-p to test for set equality 2017-05-04 11:32:58 +02:00
spellfile Prefer typical American spelling for "acknowledgment". 2012-07-24 22:48:19 -07:00
streams.texi Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
strings.texi * doc/lispref/strings.texi (Formatting Strings): Improve indexing. 2017-09-20 16:40:20 +03:00
symbols.texi Remove "baroque" use of prefix argument from gensym 2017-09-13 10:38:05 -04:00
syntax.texi Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
text.texi Document 'replace-buffer-contents' in the manual. 2017-09-24 19:32:16 +02:00
threads.texi Rudimentary error handling for non-main threads 2017-01-18 18:00:16 +02:00
tips.texi Document the 'list-FOO' convention 2017-09-22 12:41:00 +03:00
two-volume-cross-refs.txt Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
two-volume.make Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
variables.texi ; Fix typo in lispref 2017-08-20 22:31:25 -04:00
windows.texi Fix one more issue reported by Alex (Bug#27999) 2017-08-19 11:23:10 +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-2017 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/>.