Function: find-function-on-key-other-window
find-function-on-key-other-window is an autoloaded, interactive and
byte-compiled function defined in find-func.el.gz.
Signature
(find-function-on-key-other-window KEY)
Documentation
Find, in the other window, 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-window (key)
"Find, in the other window, 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-window))