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

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

bug#65270: 30.0.50; `describe-function' issue with some methods


From: David Ponce
Subject: bug#65270: 30.0.50; `describe-function' issue with some methods
Date: Mon, 14 Aug 2023 12:41:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

On 13/08/2023 12:36, David Ponce wrote:
Hello,

It seems there is an issue with `describe-function' of a method that
calls `cl-call-next-method'.  For a such method `describe-function' says
that the method is "Undocumented" even if a doc string is present.

Also the mentioned signature is weird.  See an illustration below using
a simple recipe, running 'emacs -Q'.

[...]

Hello,

The attached patch fixed for me the doc string issue with `describe-function'
for methods calling `cl-call-next-method'.

It would be nice if someone who better knows the cl-generic library will
double check it (CC Stefan, the author).

Unfortunately, I didn't find a solution for arguments.

Hope it will help.

Thanks

Attachment: cl-generic-docstring-1.patch
Description: Text Data


reply via email to

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