index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
checkdoc.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; * lisp/emacs-lisp/checkdoc.el: Fix warnings.
Stefan Kangas
2021-09-21
1
-4
/
+5
*
Minor clean-up and fixes in checkdoc
Stefan Kangas
2021-09-21
1
-44
/
+44
*
checkdoc: New defvars to disable some warnings
Stefan Kangas
2021-09-21
1
-10
/
+42
*
Add new command 'checkdoc-dired'
Stefan Kangas
2021-09-21
1
-0
/
+33
*
Revert "Flag checkdoc-symbol-words as a :safe variable"
Stefan Kangas
2021-09-19
1
-1
/
+0
*
checkdoc: Verify format of yes-or-no-p and format-message
Stefan Kangas
2021-09-19
1
-5
/
+13
*
Flag checkdoc-symbol-words as a :safe variable
Stefan Kangas
2021-09-19
1
-0
/
+1
*
Use command substitution in checkdoc-recursive-edit
Stefan Kangas
2021-09-18
1
-18
/
+21
*
Use command substitution for exit-recursive-edit
Stefan Kangas
2021-09-18
1
-1
/
+2
*
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-1
/
+1
*
* lisp/emacs-lisp/checkdoc.el: Doc fix; mention flymake.
Stefan Kangas
2021-09-18
1
-3
/
+4
*
Do interactive mode tagging for checkdoc.el
Stefan Kangas
2021-09-18
1
-9
/
+9
*
checkdoc: Only look for commonly used modifier keys
Stefan Kangas
2021-09-18
1
-1
/
+3
*
checkdoc: 'y-or-n-p' no longer needs space
Stefan Kangas
2021-09-17
1
-50
/
+32
*
Various minor checkdoc tweaks
Stefan Kangas
2021-09-16
1
-5
/
+15
*
checkdoc: Don't warn about command substitutions by default
Stefan Kangas
2021-09-15
1
-15
/
+20
*
* lisp/emacs-lisp/checkdoc.el (checkdoc-symbol-words): Fix type.
Glenn Morris
2021-09-14
1
-1
/
+1
*
; * lisp/emacs-lisp/checkdoc.el: Fix typo in previous commit.
Stefan Kangas
2021-09-14
1
-1
/
+1
*
Add user option to avoid checkdoc warning for unescaped left paren
Stefan Kangas
2021-09-14
1
-10
/
+19
*
Minor improvements to checkdoc
Stefan Kangas
2021-09-14
1
-7
/
+9
*
Improve checkdoc abbreviation handling
Stefan Kangas
2021-09-13
1
-10
/
+26
*
* lisp/**/*.el: Avoid positional args to `define-minor-mode`
Stefan Monnier
2021-04-11
1
-1
/
+1
*
Use emacs-version instead of obsolete version variables
Stefan Kangas
2021-04-01
1
-3
/
+6
*
* lisp: Remove yet more always-nil variables
Stefan Monnier
2021-03-11
1
-3
/
+3
*
Make checkdoc--next-docstring use the doc-string-elt property
Mauro Aranda
2021-03-08
1
-24
/
+9
*
Make checkdoc work with qualified methods
Mauro Aranda
2021-03-04
1
-1
/
+20
*
* lisp/emacs-lisp/checkdoc.el: Doc fix; don't mention built-ins.
Stefan Kangas
2021-02-05
1
-7
/
+0
*
Fix position in empty buffers in checkdoc-file-comments-engine
Lars Ingebrigtsen
2021-01-29
1
-1
/
+3
*
checkdoc-spellcheck-documentation-flag doc string improvement
Lars Ingebrigtsen
2021-01-20
1
-1
/
+6
*
Revert "Always send Lisp words to checkdoc-ispell-init"
Lars Ingebrigtsen
2021-01-20
1
-8
/
+6
*
Always send Lisp words to checkdoc-ispell-init
Lars Ingebrigtsen
2021-01-20
1
-6
/
+8
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Remove redundant installation instructions
Stefan Kangas
2020-11-12
1
-1
/
+0
*
Fix problem when replacing the final char in checkdoc
Lars Ingebrigtsen
2020-10-25
1
-1
/
+1
*
Use format-prompt in calls to completing-read with a default value
Lars Ingebrigtsen
2020-09-06
1
-1
/
+2
*
Remove Emacs 23 compat code from checkdoc.el
Stefan Kangas
2020-08-12
1
-9
/
+4
*
Merge from origin/emacs-27
Glenn Morris
2020-04-20
1
-1
/
+1
|
\
|
*
; Fix some typos and doc issues (bug#40695)
Štěpán Němec
2020-04-18
1
-1
/
+1
*
|
Declare some <package>-version variables obsolete
Stefan Kangas
2020-03-21
1
-1
/
+2
*
|
Add "Old-" prefix to "Version" header in some cases
Stefan Kangas
2020-03-21
1
-1
/
+1
|
/
*
Bump checkdoc-version to match library header
Stefan Kangas
2020-03-04
1
-1
/
+1
*
checkdoc: Don't mistake "cf." for sentence end
Štěpán Němec
2020-02-28
1
-1
/
+1
*
Fix wording and punctuation of a recent commit
Eli Zaretskii
2020-01-17
1
-2
/
+2
*
Add unattended spell-checking to checkdoc
Damien Cassou
2020-01-17
1
-50
/
+68
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Make checkdoc work better with cl-lib functions
dick r. chiang
2019-10-10
1
-3
/
+2
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-13
/
+13
*
Make checkdoc check cl-lib function docstrings
Alex Branham
2019-08-16
1
-4
/
+12
*
Avoid deleting closing quotation mark in checkdoc
Alex Branham
2019-08-16
1
-10
/
+5
*
Checkdoc would bug out on empty files
Lars Ingebrigtsen
2019-07-09
1
-2
/
+8
[next]