Function: dired-display-file
dired-display-file is an interactive and byte-compiled function
defined in dired.el.gz.
Signature
(dired-display-file)
Documentation
In Dired, display this file or directory in another window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defun dired-display-file ()
"In Dired, display this file or directory in another window."
(interactive nil dired-mode)
(display-buffer (find-file-noselect (dired-get-file-for-visit))
t))