summaryrefslogtreecommitdiff
path: root/doc/lispref/eval.texi
AgeCommit message (Expand)Author
2024-01-04eval.c: Add new var `lisp-eval-depth-reserve`Stefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-23Improved `eval` documentationMattias Engdegård
2023-10-21Move and edit text about lexical environment representationMattias Engdegård
2023-02-21Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-26Remove remaining mentions of 'eval-current-buffer'Gregory Heytings
2022-09-19Abolish max-specpdl-size (bug#57911)Mattias Engdegård
2022-09-14Raise default max-specpdl-size and max-lisp-eval-depthMattias Engdegård
2022-05-11functionp doc improvementPaul Eggert
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-08-29Better document obsolescence of 'values'Eli Zaretskii
2021-07-20Tweak example in Function Indirection node in the lispref manualLars Ingebrigtsen
2021-03-10Remove several references to Emacs 22 and earlierStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-05-16Don’t use “constant” for values you shouldn’t changePaul Eggert
2020-04-22Improve wording about constantsPaul Eggert
2020-04-19Tweak setcar-related wordingPaul Eggert
2020-04-19Fix mutability glitches reported by Drew AdamsPaul Eggert
2020-04-19Improve mutability documentationPaul Eggert
2020-04-19Document that quoting yields constantsPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-04-22Improve pure and side-effect-free docsBasil L. Contovounesios
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-24Merge from origin/emacs-26Glenn Morris
2018-11-24Improve indexing in the ELisp manualEli Zaretskii
2018-07-28Merge from origin/emacs-26Glenn Morris
2018-07-28Update the list of special forms in the ELisp manualEli Zaretskii
2018-01-15* src/print.c (syms_of_print) <print_quoted>: Set default to trueStefan Monnier
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-14Spelling fixPaul Eggert
2017-12-01; * doc/lispref/eval.texi (Deferred Eval): Improve wording.Eli Zaretskii
2017-12-01Add macros `thunk-let' and `thunk-let*'Michael Heerdegen
2017-09-11Update documentation of 'max-lisp-eval-depth'Eli Zaretskii
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-10Update documentation of 'indirect-function'Eli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-11Clarify documentation of 'values'Eli Zaretskii
2015-11-27Improve documentation of 'eval-buffer' and 'eval-region'Eli Zaretskii
2015-09-16Restore some of the quoting in the manualsEli Zaretskii
2015-09-15Quote less in manualsPaul Eggert
2015-09-04Fix minor problems with " in manualPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-08-27* src/keyboard.c (Vtop_level_message): Rename toDmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-27More doc updatesChong Yidong
2013-12-25Document `eval' changes.Chong Yidong