bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58252: 29.0.50; Docstrings generated by defclass may be to wide


From: Jonas Bernoulli
Subject: bug#58252: 29.0.50; Docstrings generated by defclass may be to wide
Date: Sun, 02 Oct 2022 16:33:40 +0200

The docstrings generated by helper functions of defclass are to wide
if the name of the class is wide enough.  For example, the docstring
for `emacsql-sqlite-builtin-connection--eieio-childp' is:

,----
| emacsql-sqlite-builtin-connection--eieio-childp is a byte-compiled
| Lisp function in `emacsql-sqlite-builtin.el'.
| 
| (emacsql-sqlite-builtin-connection--eieio-childp OBJ)
| 
| Return non-nil if OBJ is an object of type 
`emacsql-sqlite-builtin-connection' or a subclass.
`----

This affects at least the --eieio-childp, -child-p, -list-p and -p
functions.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]