]> git.eshelyaron.com Git - emacs.git/commit
Fix false positives in docstring width warning with (fn...) constructs.
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 2021 13:33:03 +0000 (15:33 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 2021 13:33:19 +0000 (15:33 +0200)
commit1756e4757cee336defa4aea667d0e991737f562c
tree0ff6d5323f1d3d8a1624fc6d1c67d221855209cf
parent1956d98cabd957360317b72be52a9624801a54ef
Fix false positives in docstring width warning with (fn...) constructs.

* lisp/emacs-lisp/bytecomp.el (byte-compile--wide-docstring-p):
Don't consider the function signature when determining whether the
doc string is too wide (bug#49007).  (The signature is folded
later when displaying help.)
lisp/emacs-lisp/bytecomp.el