Re: Generic property injection into help hooks

Stefan Monnier via Users list for the GNU Emacs text editor <[email protected]>
Newsgroups gmane.emacs.help
Message-ID <[email protected]>
>     (defun ripo-insert-property (fn property)
[...]
>     (add-hook 'help-fns-describe-function-functions  #'ripo-insert-property)

Try

    (add-hook 'help-fns-describe-function-functions
              (lambda (fn) (ripo-insert-property fn 'my-property)))


=== Stefan
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.