summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/emacs-lisp/checkdoc.el: Fix warnings.Stefan Kangas2021-09-211-4/+5
* Minor clean-up and fixes in checkdocStefan Kangas2021-09-211-44/+44
* checkdoc: New defvars to disable some warningsStefan Kangas2021-09-211-10/+42
* Add new command 'checkdoc-dired'Stefan Kangas2021-09-211-0/+33
* Revert "Flag checkdoc-symbol-words as a :safe variable"Stefan Kangas2021-09-191-1/+0
* checkdoc: Verify format of yes-or-no-p and format-messageStefan Kangas2021-09-191-5/+13
* Flag checkdoc-symbol-words as a :safe variableStefan Kangas2021-09-191-0/+1
* Use command substitution in checkdoc-recursive-editStefan Kangas2021-09-181-18/+21
* Use command substitution for exit-recursive-editStefan Kangas2021-09-181-1/+2
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-1/+1
* * lisp/emacs-lisp/checkdoc.el: Doc fix; mention flymake.Stefan Kangas2021-09-181-3/+4
* Do interactive mode tagging for checkdoc.elStefan Kangas2021-09-181-9/+9
* checkdoc: Only look for commonly used modifier keysStefan Kangas2021-09-181-1/+3
* checkdoc: 'y-or-n-p' no longer needs spaceStefan Kangas2021-09-171-50/+32
* Various minor checkdoc tweaksStefan Kangas2021-09-161-5/+15
* checkdoc: Don't warn about command substitutions by defaultStefan Kangas2021-09-151-15/+20
* * lisp/emacs-lisp/checkdoc.el (checkdoc-symbol-words): Fix type.Glenn Morris2021-09-141-1/+1
* ; * lisp/emacs-lisp/checkdoc.el: Fix typo in previous commit.Stefan Kangas2021-09-141-1/+1
* Add user option to avoid checkdoc warning for unescaped left parenStefan Kangas2021-09-141-10/+19
* Minor improvements to checkdocStefan Kangas2021-09-141-7/+9
* Improve checkdoc abbreviation handlingStefan Kangas2021-09-131-10/+26
* * 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