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