Function: dired-find-file

dired-find-file is an interactive and byte-compiled function defined in dired.el.gz.

Signature

(dired-find-file)

Documentation

In Dired, visit the file or directory named on this line.

View in manual

Key Bindings

Aliases

dired-advertised-find-file (obsolete since 23.2)

Source Code

;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defun dired-find-file ()
  "In Dired, visit the file or directory named on this line."
  (interactive nil dired-mode)
  (dired--find-possibly-alternative-file (dired-get-file-for-visit)))