Function: byte-compile-docstring-length-warn
byte-compile-docstring-length-warn is a function alias for
byte-compile-docstring-style-warn, defined in bytecomp.el.gz.
This function is obsolete since 29.1; use
byte-compile-docstring-style-warn instead.
Signature
(byte-compile-docstring-length-warn FORM)
Documentation
Warn if there are stylistic problems with the docstring in FORM.
Warn if documentation string of FORM is too wide.
It is too wide if it has any lines longer than the largest of
fill-column and byte-compile-docstring-max-column.
Aliases
byte-compile-docstring-length-warn (obsolete since 29.1)