summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Don't quote lambdas in several placesStefan Kangas2020-11-121-4/+4
* Remove mention of `edebug-on-signal' from a doc stringLars Ingebrigtsen2020-11-121-1/+0
* Remove redundant installation instructionsStefan Kangas2020-11-121-1/+0
* shortdoc: prefer seq-contains-p over seq-containsBrian Leung2020-11-091-2/+2
* Fix pcase rx form snag with '?' and '??' (bug#44532)Mattias Engdegård2020-11-091-1/+1
* Clarify Lisp warning about elements following other expressionsLars Ingebrigtsen2020-11-091-2/+2
* * lisp/emacs-lisp/lisp-mode.el: Avoid false-positive "hidden arg" in stringsStefan Monnier2020-11-071-2/+5
* Improve display of tabulated list header line labels (bug#44068)Stephen Berman2020-11-042-16/+22
* * lisp-mode.el: Fix missing highlight of "hidden" string argStefan Monnier2020-11-041-2/+4
* Improve ert-resource-directory docstringStefan Kangas2020-11-031-9/+10
* Merge from origin/emacs-27Glenn Morris2020-11-021-1/+2
|\
| * Improve reproducibility of generated -pkg.el filesGlenn Morris2020-10-301-1/+2
* | Partially revert previous define-minor-mode changeLars Ingebrigtsen2020-11-021-6/+4
* | * lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.Glenn Morris2020-11-011-1/+1
* | Add missing side-effect-free and error-free propertiesMattias Engdegård2020-11-011-8/+10
* | * lisp/emacs-lisp/byte-opt.el (pure-fns): Fix typos.Mattias Engdegård2020-11-011-2/+2
* | Make minor mode ARG work as documentedLars Ingebrigtsen2020-11-011-9/+19
* | Doc string clarification for cl-someLars Ingebrigtsen2020-11-011-2/+5
* | 'assoc' is not side-effect-free; constprop its pure subsetMattias Engdegård2020-10-311-6/+8
* | Trim and explain set of safe forms for 'unsafep' (bug#44018)Mattias Engdegård2020-10-311-4/+28
* | Shoosh byte-compilation warning in lisp/emacs-lisp/eldoc.elJoão Távora2020-10-301-2/+3
* | Don't make ElDoc doc buffer visible in buffer list by defaultJoão Távora2020-10-301-18/+30
* | Clarify point position after text-property-searchStefan Kangas2020-10-301-6/+6
* | Make list-timers do sub-second timesLars Ingebrigtsen2020-10-301-2/+3
* | ; Remove spurious FIXMEs in my last commitStefan Kangas2020-10-301-2/+0
* | Add shortdoc navigation commandsStefan Kangas2020-10-301-3/+53
* | ; * lisp/emacs-lisp/shortdoc.el (regexp): less contrived rx exampleMattias Engdegård2020-10-281-1/+1
* | Run substitute-command-keys on shortdoc section headingsStefan Kangas2020-10-281-1/+1
* | Extend the regexp shortdoc groupStefan Kangas2020-10-281-10/+34
* | Display times in a more human-readable way in list-timersLars Ingebrigtsen2020-10-281-18/+19
* | ERT: escape control characters in pretty-printed error outputMattias Engdegård2020-10-271-1/+2
* | Don't leak result of nested byte-compilation to outer levelPaul Pogonyshev2020-10-271-2/+1
* | Make the -modes variable autoloadedLars Ingebrigtsen2020-10-261-19/+19
* | Implement a :predicate parameter for globalized minor modesLars Ingebrigtsen2020-10-261-19/+86
* | Tweak how shortdocs are displayedLars Ingebrigtsen2020-10-261-16/+18
* | Revert "Don't consider play-sound-file to be a 'safe' function (bug#44018)"Mattias Engdegård2020-10-261-1/+1
* | Don't consider play-sound-file to be a 'safe' function (bug#44018)Mattias Engdegård2020-10-261-1/+1
* | Add section "Replacing Match" to the regexp shortdoc groupStefan Kangas2020-10-251-0/+7
* | Remove some Emacs 19 compat code and referencesStefan Kangas2020-10-251-9/+8
* | Fix problem when replacing the final char in checkdocLars Ingebrigtsen2020-10-251-1/+1
* | Add shortdoc group for alistStefan Kangas2020-10-251-0/+39
* | Add shortdoc group for hash-tableStefan Kangas2020-10-251-0/+31
* | Rework semantics of eldoc-echo-are-use-multiline-pJoão Távora2020-10-241-57/+61
* | Rename ElDoc user option controlling display of truncation noticeJoão Távora2020-10-241-3/+3
* | Rework eldoc-echo-area-prefer-doc-buffer (bug#42532)João Távora2020-10-241-14/+25
* | Introduce eldoc-display-functionsJoão Távora2020-10-241-111/+157
* | Revert "Use lexical-binding in bindat.el"Stefan Kangas2020-10-241-85/+89
* | Use lexical-binding in copyright.el and add testsStefan Kangas2020-10-241-8/+1
* | * lisp/emacs-lisp/pcase.el: Add "extensions" to keyword header.Stefan Kangas2020-10-231-1/+1
* | ; * lisp/emacs-lisp/bindat.el (bindat-unpack): Fix typo.Stefan Kangas2020-10-211-1/+1