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

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

bug#54628: 29.0.50; C-h f incorrectly replaces `function' arguments with


From: Philipp Stephani
Subject: bug#54628: 29.0.50; C-h f incorrectly replaces `function' arguments with #' for generic functions
Date: Sun, 3 Apr 2022 19:57:11 +0200


> Am 31.03.2022 um 13:38 schrieb Lars Ingebrigtsen <larsi@gnus.org>:
> 
> Philipp <p.stephani2@gmail.com> writes:
> 
>> C-h f seq-do RET
>> 
>> The resulting help screen contains:
>> 
>> *****
>> Implementations:
>> 
>> #'sequence in ‘seq.el’.
>> 
>> Undocumented
>> *****
>> 
>> Here, the help screen has incorrect translated the argument list
>> (function sequence) into #'sequence.
> 
> Yup. I've also previously found that section in the *Help* buffer to be
> somewhat obscure, so I've made it include the function name, which
> should help clarify things slightly (and fixes the problem here as a
> side effect,

Thanks.

> although I guess we could also just bind print-quoted to
> nil).
> 

Does the fix still work if a FUNCTION argument is specialized?

(cl-defmethod foobar ((function my-function-type)))






reply via email to

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