emacs-devel
[Top][All Lists]
Advanced

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

Re: master af0ea35ea0: Tweak how functions are formatted in Implementati


From: Robert Pluim
Subject: Re: master af0ea35ea0: Tweak how functions are formatted in Implementation in *Help*
Date: Thu, 31 Mar 2022 15:05:46 +0200

>>>>> On Thu, 31 Mar 2022 07:38:39 -0400 (EDT), Lars Ingebrigtsen 
>>>>> <larsi@gnus.org> said:

    Lars> @@ -1098,7 +1098,7 @@ MET-NAME is as returned by 
`cl--generic-load-hist-format'."
    Lars>          (dolist (method (cl--generic-method-table generic))
    Lars>            (let* ((info (cl--generic-method-info method)))
    Lars>              ;; FIXME: Add hyperlinks for the types as well.
    Lars> -            (insert (format "%s%S" (nth 0 info) (nth 1 info)))
    Lars> +            (insert (format "%s%S" (nth 0 info) (cons function (nth 
1 info))))

Is it worth applying `upcase' to the (nth 1 info) so the result looks
more like C-h f output?

Robert
-- 



reply via email to

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