summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Improve checkdoc.el commentary sectionStefan Kangas2022-12-101-8/+17
* ; Fix typosStefan Kangas2022-11-201-2/+2
* Don't use autoloaded functions for safe-local-variableLars Ingebrigtsen2022-09-161-3/+3
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-4/+0
* ; Delete not-useful comments referring to Emacs 19.Stefan Kangas2022-08-191-1/+0
* Delete dead code in checkdoc.elStefan Kangas2022-08-101-20/+1
* Minor checkdoc.el clean upLars Ingebrigtsen2022-08-041-2/+0
* Remove some spurious references to XEmacsStefan Kangas2022-08-031-1/+1
* Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas2022-07-041-32/+24
* Replace lisp-mode-symbol-regexp with (rx lisp-mode-symbol)Mattias EngdegÄrd2022-07-041-3/+3
* Make checkdoc-defun-info parsing slightly less wrongLars Ingebrigtsen2022-06-191-5/+12
* Fix checkdoc--fix-y-or-n-p queryLars Ingebrigtsen2022-06-181-1/+1
* Make checkdoc-file-comments-engine match more ;;;### formsLars Ingebrigtsen2022-06-021-4/+2
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-141-2/+2
* lisp-mnt, checkdoc: Reduce run-time dependenciesStefan Monnier2022-02-071-26/+34
* Merge from origin/emacs-28Stefan Kangas2022-01-051-0/+1
|\
| * * lisp/emacs-lisp/checkdoc.el (bytecomp): Add missing requirePhilipp Stephani2022-01-051-0/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/emacs-lisp/checkdoc.el (checkdoc-dired): Autoload.Stefan Kangas2021-11-121-0/+1
* | Add "N.B." abbreviation to checkdocStefan Kangas2021-11-051-4/+2
* | Don't hardcode "Commentary" section in checkdocStefan Kangas2021-11-051-1/+5
|/
* Make checkdoc's docstring substitution consistent with other docsNikolay Kudryavtsev2021-09-301-3/+3
* checkdoc: Allow Lisp symbols to start a messageStefan Kangas2021-09-281-7/+30
* checkdoc: Don't add "Commentary" header to test filesStefan Kangas2021-09-261-2/+7
* checkdoc: Library footer must match package.el requirementStefan Kangas2021-09-261-4/+3
* checkdoc: Don't ask to disambiguate mode namesStefan Kangas2021-09-241-1/+4
* Fix recently introduced bug in checkdocStefan Kangas2021-09-241-2/+3
* checkdoc: Improve wide line warning to decrease false positivesStefan Kangas2021-09-241-6/+14
* ; * lisp/emacs-lisp/checkdoc.el (checkdoc-in-abbreviation-p): Doc fix.Stefan Kangas2021-09-241-2/+2
* checkdoc: Add abbreviation and simplifyStefan Kangas2021-09-231-5/+6
* Avoid jumping too far in checkdoc-in-abbreviation-pStefan Kangas2021-09-231-19/+23
* ; * 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