Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from origin/emacs-27 | Glenn Morris | 2020-05-23 | 1 | -45/+48 |
|\ | |||||
| * | Minor fixups for mutability doc | Paul Eggert | 2020-05-16 | 1 | -8/+7 |
| * | Don’t use “constant” for values you shouldn’t change | Paul Eggert | 2020-05-16 | 1 | -47/+51 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-04-29 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Remove doc duplication | Paul Eggert | 2020-04-25 | 1 | -2/+1 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-04-25 | 1 | -7/+14 |
|\ \ | |/ | |||||
| * | Tweak mutability doc a bit more | Paul Eggert | 2020-04-24 | 1 | -2/+2 |
| * | Improve wording about constants | Paul Eggert | 2020-04-22 | 1 | -7/+14 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-04-20 | 1 | -0/+48 |
|\ \ | |/ | |||||
| * | Tweak wording re constant variables | Paul Eggert | 2020-04-19 | 1 | -1/+2 |
| * | Fix mutability glitches reported by Drew Adams | Paul Eggert | 2020-04-19 | 1 | -4/+6 |
| * | Improve mutability documentation | Paul Eggert | 2020-04-19 | 1 | -0/+45 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-01-28 | 1 | -15/+17 |
|\ \ | |/ | |||||
| * | Improve doc of eq on bignums etc. | Paul Eggert | 2020-01-24 | 1 | -15/+17 |
* | | Fix sxhash-equal on bytecodes, markers, etc. | Paul Eggert | 2020-01-07 | 1 | -2/+6 |
|/ | |||||
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Fix manual typo in Special Read Syntax | Lars Ingebrigtsen | 2019-12-24 | 1 | -1/+1 |
* | Improve errors & warnings due to fancy quoted vars (Bug#32939) | Noam Postavsky | 2019-11-28 | 1 | -1/+5 |
* | Fix a recent change in ELisp manual | Eli Zaretskii | 2019-11-21 | 1 | -3/+1 |
* | Fix up previous #' documentation addition | Lars Ingebrigtsen | 2019-11-21 | 1 | -1/+1 |
* | Document the #' syntax | Lars Ingebrigtsen | 2019-11-21 | 1 | -0/+5 |
* | ; Remove unneeded @samp from a @table | Eli Zaretskii | 2019-10-12 | 1 | -2/+2 |
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs | Eli Zaretskii | 2019-10-12 | 1 | -0/+10 |
|\ | |||||
| * | Document #$ in the overview | Lars Ingebrigtsen | 2019-10-12 | 1 | -3/+10 |
* | | Fix recent changes in ELisp manual | Eli Zaretskii | 2019-10-12 | 1 | -15/+15 |
|/ | |||||
* | Add a lispref node to list special read syntax forms | Lars Ingebrigtsen | 2019-10-12 | 1 | -0/+64 |
* | Improve ‘equal’ and array doc | Paul Eggert | 2019-06-27 | 1 | -6/+9 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Move bignump, fixnump from C to Lisp | Paul Eggert | 2018-08-21 | 1 | -3/+4 |
* | | Document bignums | Tom Tromey | 2018-07-12 | 1 | -8/+18 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-06-23 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | Change index of ";" to better reflect it's usage (Bug#31623) | Noam Postavsky | 2018-06-20 | 1 | -9/+9 |
* | | Merge from emacs-26 | Noam Postavsky | 2018-06-10 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | Clarify subtle issues with 'eq' in byte-compiled code | Eli Zaretskii | 2018-06-08 | 1 | -0/+15 |
* | | Clarify eq on floats | Paul Eggert | 2018-04-02 | 1 | -0/+10 |
|/ | |||||
* | Minor fix in documentation of 'equal' | Eli Zaretskii | 2018-01-26 | 1 | -3/+2 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Reorder type predicates in ELisp manual | Eli Zaretskii | 2017-11-24 | 1 | -21/+12 |
* | Adapt Lisp reference to reader changes | Philipp Stephani | 2017-07-02 | 1 | -17/+18 |
* | ; Spelling and punctuation fixes | Paul Eggert | 2017-04-06 | 1 | -2/+2 |
* | Update documentation for type semantics of records. | Lars Brinkhoff | 2017-04-06 | 1 | -1/+15 |
* | Add record objects with user-defined types. | Lars Brinkhoff | 2017-04-04 | 1 | -3/+21 |
* | Hash table threshold is now float, not double | Paul Eggert | 2017-02-21 | 1 | -1/+1 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Documentation and commentary improvements | Eli Zaretskii | 2016-12-10 | 1 | -0/+69 |
* | | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -5/+15 |
|\ \ | |||||
| * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -60/+78 |
| |\ \ | |||||
| * \ \ | merge from trunk | Tom Tromey | 2013-03-08 | 1 | -3/+5 |
| |\ \ \ |