]> git.eshelyaron.com Git - emacs.git/commit
Separate `docstrings-wide` warning identifier
authorMattias Engdegård <mattiase@acm.org>
Fri, 13 Oct 2023 12:31:18 +0000 (14:31 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 13 Oct 2023 12:31:18 +0000 (14:31 +0200)
commita52d627b37eb439a748161a82fdcd50d6cbc0248
treea7fc55c7703d473466eb3a1208c02725e06e131a
parent963e3dd28daaf335bceaec6deef157467c5ae6d0
Separate `docstrings-wide` warning identifier

This allows the docstring line width warning to be disabled without
also disabling the one checking for curly quotes etc.

* lisp/emacs-lisp/bytecomp.el (byte-compile-warning-types)
(byte-compile-warnings, byte-compile-docstring-style-warn):
Add `docstrings-wide`.
* etc/NEWS: Annonuce.
etc/NEWS
lisp/emacs-lisp/bytecomp.el