summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-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
* | Checkdoc: use syntax functions instead of regexPhilipp Stephani2016-12-311-28/+31
* | Checkdoc: Don't require a space before an arg listPhilipp Stephani2016-12-261-1/+1
* | Fix uses of (call-interactively) in lisp/emacs-lisp/checkdoc.elRobert Cochran2016-09-031-8/+8
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-2/+2
* | Make checkdoc warn about variables described as "True"Kevin Ryde2016-02-251-0/+21
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Add ':version' tag to 'checkdoc-package-keywords-flag'Eli Zaretskii2015-11-271-0/+1
* Revert some stray curved quotes I missed earlierPaul Eggert2015-09-101-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-13/+16
* Text quoting fixes in cedet, emulation, emacs-lispPaul Eggert2015-08-291-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-6/+6
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-12/+12
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-4/+4
* * lisp/emacs-lisp/checkdoc.el (checkdoc-get-keywords):Glenn Morris2015-06-101-1/+1
* * lisp/emacs-lisp/checkdoc.el: Use lexical-bindingStefan Monnier2015-06-101-1/+3
* Add new command checkdoc-package-keywordsOleh Krehel2015-06-081-0/+39
* checkdoc.el (checkdoc-file): New functionOleh Krehel2015-06-081-10/+17