Function: ff-find-other-file-other-window

ff-find-other-file-other-window is an autoloaded, interactive and byte-compiled function defined in find-file.el.gz.

Signature

(ff-find-other-file-other-window EVENT)

Documentation

Visit the file you point at in another window.

Key Bindings

Aliases

ff-mouse-find-other-file-other-window (obsolete since 28.1)

Source Code

;; Defined in /usr/src/emacs/lisp/find-file.el.gz
;;;###autoload
(defun ff-find-other-file-other-window (event)
  "Visit the file you point at in another window."
  (interactive (list last-nonmenu-event))
  (ff-find-other-file t nil event))