1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/doc/lispref
Nicolas Petton 2946344a23 New function seq-sort-by in seq.el
* lisp/emacs-lisp/seq.el (seq-sort-by): New function.
* test/lisp/emacs-lisp/seq-tests.el: New test for seq-sort-by.
* doc/lispref/sequences.texi: Add documentation for seq-sort-by.
2016-03-29 09:19:32 +02:00
..
abbrevs.texi Adjudicate review comments in abbrevs.texi 2016-03-19 13:05:55 +02:00
anti.texi
back.texi
backups.texi
book-spine.texi
buffers.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
ChangeLog.1
commands.texi Merge from origin/emacs-25 2016-03-03 23:52:26 -08:00
compile.texi
control.texi Minor improvements to 'pcase' documentation 2016-01-29 11:40:31 +02:00
customize.texi * lisp/custom.el (defcustom): Doc fix. 2016-01-28 17:45:50 -05:00
debugging.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
display.texi Merge from origin/emacs-25 2016-03-03 23:52:26 -08:00
doclicense.texi
edebug.texi
elisp.texi
errors.texi
eval.texi
files.texi * doc/lispref/files.texi (File Attributes): Fix typo. 2016-03-04 12:41:14 -05:00
frames.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
functions.texi Implement 'func-arity' 2016-03-26 11:19:43 +03:00
gpl.texi
hash.texi
help.texi
hooks.texi
index.texi
internals.texi Deterministic build improvements 2016-03-02 10:24:11 -08:00
intro.texi Deterministic build improvements 2016-03-02 10:24:11 -08:00
keymaps.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
lay-flat.texi
lists.texi
loading.texi
macros.texi
Makefile.in
maps.texi
markers.texi
minibuf.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
modes.texi ; * doc/lispref/modes.texi (Font Lock Basics): Minor rewording. 2016-02-24 22:00:45 +02:00
nonascii.texi Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
numbers.texi Merge doc fixes for 'random' lost in previous merge 2016-03-21 17:05:55 -07:00
objects.texi
os.texi Remove support for IRIX 2016-03-07 08:26:36 -08:00
package.texi
positions.texi Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
processes.texi Assume getaddrinfo in C code 2016-03-07 18:55:20 -08:00
README
searching.texi Allow undoing changes while doing query-replace 2016-02-24 12:35:46 +11:00
sequences.texi New function seq-sort-by in seq.el 2016-03-29 09:19:32 +02:00
spellfile
streams.texi Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
strings.texi Use Gnulib filevercmp for version comparison 2016-02-21 13:27:40 -08:00
symbols.texi
syntax.texi Amend parse-partial-sexp correctly to handle two character comment delimiters 2016-03-20 13:19:48 +00:00
text.texi Add a new function `buffer-hash' 2016-03-28 19:08:49 +02:00
tips.texi Clarify documentation of key binding conventions 2016-02-09 20:12:17 +02:00
two-volume-cross-refs.txt
two-volume.make
variables.texi * lisp/files.el: Use a fixed file name for the second dir-locals file 2016-01-25 23:42:41 +00:00
windows.texi Add new function display-buffer-reuse-mode-window 2016-03-10 10:44:08 +01: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-2016 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 <http://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 <http://www.gnu.org/licenses/>.