Function: find-function-on-key-other-frame
find-function-on-key-other-frame is an autoloaded, interactive and
byte-compiled function defined in find-func.el.gz.
Signature
(find-function-on-key-other-frame KEY)
Documentation
Find, in the other frame, the function that KEY invokes.
See find-function-on-key.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/find-func.el.gz
;;;###autoload
(defun find-function-on-key-other-frame (key)
"Find, in the other frame, the function that KEY invokes.
See `find-function-on-key'."
(interactive "kFind function on key: ")
(find-function-on-key-do-it key #'find-function-other-frame))