Function: dired-info
dired-info is an interactive and byte-compiled function defined in
dired-x.el.gz.
Signature
(dired-info)
Documentation
Run info on this file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/dired-x.el.gz
;; Run Info on files.
(defun dired-info ()
"Run `info' on this file."
(interactive)
(info (dired-get-filename)))