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: Lars Ingebrigtsen
Subject: bug#54628: 29.0.50; C-h f incorrectly replaces `function' arguments with #' for generic functions
Date: Thu, 31 Mar 2022 13:38:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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, although I guess we could also just bind print-quoted to
nil).

------

Implementations:

(seq-do function sequence) in ‘seq.el’.


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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