Andrea Corallo writes: > Eli Zaretskii writes: > >>> Cc: 73626@debbugs.gnu.org >>> Date: Fri, 25 Oct 2024 13:19:41 +0300 >>> From: Eli Zaretskii >>> >>> > From: Andrea Corallo >>> > Cc: 73626@debbugs.gnu.org >>> > Date: Fri, 25 Oct 2024 05:35:30 -0400 >>> > >>> > Eli Zaretskii writes: >>> > >>> > >> > Bottom line: we decided that this information is important enough to >>> > >> > show it in the *Help* buffer, so we should explain its arcane parts to >>> > >> > make them useful. >>> > >> >>> > >> Agree. Is '(elisp)Top > Lisp Data Types' a reasonable place for that? >>> > > >>> > > Yes, I think so. >>> > >>> > Ok gonna work on this. >>> >>> Thanks! >> >> Did you have a chance to work on this? > > Not so far sorry, it's on top of my todo list tho. > > Andrea Okay this is what I'm working on. I felt the need to add a more general '(elisp)Type Specifiers' node as this was never documented and I think deserves its own space. I referenced it from '(emacs)Name Help' where I mentioned we report function type specifiers. Also I could reference it from '(elisp) Declare Form' so that the concept of type specifier (there already mentioned) is explained. There are some mentions of type specifiers in cl.texi which I guess I'll add some xref as well. WDYT? Andrea