summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc fix.Stefan Kangas2021-12-041-1/+1
* Fix problem with temp buffer killing in package-install-fileLars Ingebrigtsen2021-11-121-0/+1
* Improve documentation of string truncation APIsEli Zaretskii2021-10-301-6/+6
* Move lisp/shorthands.el to lisp/emacs-lisp/shorthands.elLars Ingebrigtsen2021-10-291-0/+80
* Fix 'calculate-lisp-indent' when "[" starts containing sexp (Bug#51312)Martin Rudalics2021-10-221-4/+5
* * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix target dir.Andrea Corallo2021-10-161-1/+2
* * Fix `native-compile-target-directory' effectiveness on trampolinesAndrea Corallo2021-10-151-1/+3
* ; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.Andrea Corallo2021-10-151-2/+2
* Improve shortdoc for vectorStefan Kangas2021-10-131-5/+10
* Fix ert errors when there's a test that binds `debug-on-error'Lars Ingebrigtsen2021-10-111-0/+4
* New function num-processorsPaul Eggert2021-10-101-14/+1
* ; * lisp/emacs-lisp/shortdoc.el: Fix typo.Stefan Kangas2021-10-101-2/+2
* native-comp-available-p is the definitive testStephen Gildea2021-10-051-2/+1
* Disable 'nobreak-char-display' in Eldoc buffersAugusto Stoffel2021-10-051-0/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-0511-25/+32
* * Fix `batch-native-compile' not to spawn a subprocessAndrea Corallo2021-10-041-4/+8
* Fix substitution of pretty quotes in code in easy-mmodeLars Ingebrigtsen2021-10-031-2/+4
* Clarify the purpose of internal--format-docstring-lineStefan Kangas2021-10-031-0/+8
* Make checkdoc's docstring substitution consistent with other docsNikolay Kudryavtsev2021-09-301-3/+3
* Revert "Indent bodies of local function definitions properly in elisp-mode"Mattias Engdegård2021-09-301-35/+10
* Revert "Fix regressions in cl-flet indentation"Mattias Engdegård2021-09-301-43/+10
* Fix regressions in cl-flet indentationakater2021-09-301-10/+43
* Revert "Obsolete local set difference functions in favor of seq-difference"Lars Ingebrigtsen2021-09-291-1/+0
* Tweak the whitespace before "This is a generic function"Lars Ingebrigtsen2021-09-291-1/+4
* Add shortdoc for text propertiesStefan Kangas2021-09-281-0/+43
* Mention describe-symbol in cl-defstruct docstringStefan Kangas2021-09-281-1/+1
* Mention cl-describe-type in cl-defstruct docstringStefan Kangas2021-09-281-0/+3
* * lisp/emacs-lisp/map.el: Restore compatibility with Emacs-26Stefan Monnier2021-09-281-5/+5
* Improve docstrings of ert-resource-{directory,file}Stefan Kangas2021-09-281-7/+8
* Signal error on newline in internal--format-docstring-lineStefan Kangas2021-09-281-3/+5
* ; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII.Eli Zaretskii2021-09-281-1/+1
* Make the build of source tarball produce *.eln filesEli Zaretskii2021-09-281-9/+16
* ; * lisp/emacs-lisp/comp.el (batch-native-compile): Doc fix.Eli Zaretskii2021-09-281-4/+5
* checkdoc: Allow Lisp symbols to start a messageStefan Kangas2021-09-281-7/+30
* Fix automatic filling of docstring in cl-defstructStefan Kangas2021-09-271-4/+4
* checkdoc: Don't add "Commentary" header to test filesStefan Kangas2021-09-261-2/+7
* Add fast-path to ert--explain-string-equalStefan Kangas2021-09-261-3/+5
* Rename "Homepage" field to "Website" in package descriptionStefan Kangas2021-09-261-12/+12
* Prefer https for other domains than gnu.org in package URLStefan Kangas2021-09-261-6/+11
* Add test for lm-websiteStefan Kangas2021-09-261-3/+3
* Warn about overly long docstring in lambdaStefan Kangas2021-09-261-14/+8
* Fill some auto-generated docstring linesStefan Kangas2021-09-263-12/+16
* Avoid false positives in bytecomp docstring width warningStefan Kangas2021-09-261-2/+10
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-262-3/+3
* ert: Add basic explainer for string-equalStefan Kangas2021-09-261-0/+8
* checkdoc: Library footer must match package.el requirementStefan Kangas2021-09-261-4/+3
* Expand the ` doc string slightlyLars Ingebrigtsen2021-09-261-1/+4
* ; Bump seq version to 2.23Stefan Kangas2021-09-251-1/+1
* Revert part of previous doc fixStefan Kangas2021-09-251-4/+4
* Fix byte-compiler crash for legal dynamic-binding codeMattias Engdegård2021-09-251-5/+12