aboutsummaryrefslogtreecommitdiffstats
path: root/java/debug.sh
diff options
context:
space:
mode:
authorStefan Kangas2025-03-23 17:22:51 +0100
committerStefan Kangas2025-03-23 17:22:51 +0100
commit408ad273eeadf72dea11b89ea2a44f36ea0e2295 (patch)
treee6fdcaebff8e14910ca18f5e79d842c8fdc71a6e /java/debug.sh
parent7d14e35498209e45290f5c1297ded6d7175bf1ea (diff)
downloademacs-408ad273eeadf72dea11b89ea2a44f36ea0e2295.tar.gz
emacs-408ad273eeadf72dea11b89ea2a44f36ea0e2295.zip
checkdoc: Delete redundant check for wide docstrings
With Emacs 28.1, wide docstrings are now flagged by the byte-compiler. The logic in the byte-compiler for catching these issues is complex and continuously evolving, particularly to avoid incorrectly flagging `substitute-command-keys` substitutions. Unfortunately, the checkdoc implementation incorrectly flags correct docstrings as overly wide. Rather than duplicating the byte-compiler logic in checkdoc, which would introduce unnecessary maintenance overhead, we acknowledge that this check is now redundant and remove it. Users utilizing the byte-compiler, whether manually or through `flymake`, will continue to be warned about this issue. * lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Remove check for overly wide docstrings; duplicates byte-compiler logic.
Diffstat (limited to 'java/debug.sh')
0 files changed, 0 insertions, 0 deletions