summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+1
* Use emacs-version instead of obsolete version variablesStefan Kangas2021-04-011-3/+6
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-3/+3
* Make checkdoc--next-docstring use the doc-string-elt propertyMauro Aranda2021-03-081-24/+9
* Make checkdoc work with qualified methodsMauro Aranda2021-03-041-1/+20
* * lisp/emacs-lisp/checkdoc.el: Doc fix; don't mention built-ins.Stefan Kangas2021-02-051-7/+0
* Fix position in empty buffers in checkdoc-file-comments-engineLars Ingebrigtsen2021-01-291-1/+3
* checkdoc-spellcheck-documentation-flag doc string improvementLars Ingebrigtsen2021-01-201-1/+6
* Revert "Always send Lisp words to checkdoc-ispell-init"Lars Ingebrigtsen2021-01-201-8/+6
* Always send Lisp words to checkdoc-ispell-initLars Ingebrigtsen2021-01-201-6/+8
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Remove redundant installation instructionsStefan Kangas2020-11-121-1/+0
* Fix problem when replacing the final char in checkdocLars Ingebrigtsen2020-10-251-1/+1
* Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-061-1/+2
* Remove Emacs 23 compat code from checkdoc.elStefan Kangas2020-08-121-9/+4
* Merge from origin/emacs-27Glenn Morris2020-04-201-1/+1
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-1/+1
* | Declare some <package>-version variables obsoleteStefan Kangas2020-03-211-1/+2
* | Add "Old-" prefix to "Version" header in some casesStefan Kangas2020-03-211-1/+1
|/
* Bump checkdoc-version to match library headerStefan Kangas2020-03-041-1/+1
* checkdoc: Don't mistake "cf." for sentence endŠtěpán Němec2020-02-281-1/+1
* Fix wording and punctuation of a recent commitEli Zaretskii2020-01-171-2/+2
* Add unattended spell-checking to checkdocDamien Cassou2020-01-171-50/+68
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make checkdoc work better with cl-lib functionsdick r. chiang2019-10-101-3/+2
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-13/+13
* Make checkdoc check cl-lib function docstringsAlex Branham2019-08-161-4/+12
* Avoid deleting closing quotation mark in checkdocAlex Branham2019-08-161-10/+5
* Checkdoc would bug out on empty filesLars Ingebrigtsen2019-07-091-2/+8
* Remove XEmacs compat code from checkdoc.elLars Ingebrigtsen2019-06-201-7/+3
* Fix more regular expression typosPaul Eggert2019-03-181-1/+1
* Fix byte compile warnings in checkdoc.elAlex Branham2019-02-081-12/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-041-3/+2
|\|
| * Doc fix for checkdoc-continueEric Abrahamsen2018-11-011-3/+2
* | Merge from origin/emacs-26Glenn Morris2018-08-291-1/+1
|\|
| * Small checkdoc quoting fix (bug#32546)Glenn Morris2018-08-271-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | Quieten cl-lib related compiler warningsGlenn Morris2018-03-221-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | * lisp/emacs-lisp/checkdoc.el: cl-defstruct + minor simplificationsStefan Monnier2017-10-081-80/+52
|/
* Hook Flymake onto proper checkdoc and byte-compile interfacesJoão Távora2017-10-031-3/+16
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Turn off checkdoc complaint about default argument orderMark Oteiza2017-09-011-1/+2
* Nix some useless uses of looking-at, looking-backMark Oteiza2017-02-121-8/+8
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-2/+2