Function: woman-dired-define-key
woman-dired-define-key is a byte-compiled function defined in
woman.el.gz.
Signature
(woman-dired-define-key KEY)
Documentation
Bind the argument KEY to the command woman-dired-find-file.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
;;; dired support
(defun woman-dired-define-key (key)
"Bind the argument KEY to the command `woman-dired-find-file'."
(define-key dired-mode-map key #'woman-dired-find-file))