Function: woman-dired-find-file
woman-dired-find-file is an autoloaded, interactive and byte-compiled
function defined in woman.el.gz.
Signature
(woman-dired-find-file)
Documentation
In Dired, run the WoMan man-page browser on this file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
;;;###autoload
(defun woman-dired-find-file ()
"In Dired, run the WoMan man-page browser on this file."
(interactive)
(woman-find-file (dired-get-filename)))