I'd like to cross reference an input method from a minor mode docstring:
(define-derived-mode xxx
...
"Super `xxx' derived mode.
Cool to use with input method `my-magic-input-method'.")
Now my-magic-input-method
is not linked in *Help*
window. Is there a way to inform Emacs about input method links like there are methods to inform it about variables, functions and symbols?