Function: ebrowse-tags-find-declaration-other-frame
ebrowse-tags-find-declaration-other-frame is an autoloaded,
interactive and byte-compiled function defined in ebrowse.el.gz.
Signature
(ebrowse-tags-find-declaration-other-frame)
Documentation
Find definition of member at point in other frame.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;;;###autoload
(defun ebrowse-tags-find-declaration-other-frame ()
"Find definition of member at point in other frame."
(interactive)
(ebrowse-tags-view/find-member-decl/defn 5 :view nil :definition nil))