summaryrefslogtreecommitdiff
path: root/doc/lispref/functions.texi
Commit message (Expand)AuthorAgeFilesLines
* ; Fix the documentation of compiler-macros and adviceEli Zaretskii2022-05-141-13/+12
* Improve the *Help* output for compiler macros and the likeLars Ingebrigtsen2022-05-141-0/+33
* functionp doc improvementPaul Eggert2022-05-111-1/+6
* Use "@code{nil}" in documentationPaul Eggert2022-04-181-1/+1
* Add OClosures, a cross between functions and structsStefan Monnier2022-03-281-0/+111
* Add some indexing for "compiler macro"Lars Ingebrigtsen2022-02-021-2/+3
* Improve function-alias-p documentationRobert Pluim2022-01-141-5/+4
* * doc/lispref/functions.texi (Defining Functions): Fix thinko.Michael Albinus2022-01-131-1/+1
* Add new function function-alias-pLars Ingebrigtsen2022-01-131-0/+17
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-131-3/+4
|\|
| * Rewrite the "Quitting Windows" section of Emacs Lisp ReferenceRichard Stallman2021-12-121-3/+4
* | Merge from origin/emacs-28Stefan Kangas2021-11-101-1/+1
|\|
| * ; Fix typos in CONTRIBUTE, ELisp manual, ediffTom Levy2021-11-101-1/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-251-10/+10
|\|
| * * doc/lispref/functions.texi (Mapping Functions): Use #' when mapping.Robert Pluim2021-10-251-10/+10
* | Merge from origin/emacs-28Glenn Morris2021-10-241-3/+11
|\|
| * ; * doc/lispref/functions.texi (Calling Functions): Fix last change.Eli Zaretskii2021-10-231-3/+10
| * Improve documentation of apply-partiallyStefan Kangas2021-10-231-2/+3
* | Make 'mapconcat' argument 'separator' optionalStefan Kangas2021-10-051-5/+4
|/
* Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård2021-09-251-1/+1
* Avoid deprecation warnings with Texinfo 6.8Eli Zaretskii2021-07-041-5/+6
* Improve the documentation of :extra in cl-defmethodLars Ingebrigtsen2021-03-051-4/+5
* Add the `always' functionLars Ingebrigtsen2021-02-201-0/+4
* Add new 'declare' forms for command completion predicatesLars Ingebrigtsen2021-02-141-0/+10
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Glenn Morris2020-11-021-0/+2
|\
| * Improve indexing of check-declareStefan Kangas2020-11-011-0/+2
* | Handle single-argument `apply' consistently (bug#40968)Pip Cet2020-09-271-0/+10
* | Clarify inline-letevals in the manualLars Ingebrigtsen2020-08-221-9/+18
|/
* Improve documentation of function argument listsEli Zaretskii2020-08-131-4/+5
* Remove #' and function quoting from lambda forms in manualMattias Engdegård2020-04-191-1/+1
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-1/+1
* ; Move the description of define-inline to a different node in functions.texiRichard Stallman2020-01-111-96/+100
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix documentation of define-obsolete-* functionsEli Zaretskii2019-12-281-3/+3
* Improve indexing of function doc string conventionsEli Zaretskii2019-11-151-1/+2
* Minor wording change in ELisp manualRichard Stallman2019-11-011-3/+9
* identity, ignore: Make arg names more consistent with docsJuanma Barranquero2019-10-101-4/+4
* Add an advice-add/interactive spec exampleŠtěpán Němec2019-08-181-0/+24
* Capitalise a couple of node namesLars Ingebrigtsen2019-08-041-5/+5
* Core Advising Primitives `interactive' clarificationLars Ingebrigtsen2019-08-041-1/+2
* Add a really simple nadvice exampleLars Ingebrigtsen2019-07-091-2/+20
* Merge from origin/emacs-26Glenn Morris2019-06-011-1/+1
|\
| * Remove redundants "See" before @xref or @pxref (Bug#35793)Mauro Aranda2019-05-251-1/+1
| * Backport: Improve pure and side-effect-free docsBasil L. Contovounesios2019-04-221-1/+6
* | Improve documentation of the 'function' special formMichael Heerdegen2019-05-241-0/+4
* | Improve pure and side-effect-free docsBasil L. Contovounesios2019-04-221-1/+6
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|