Variable: ffap-directory-finder

ffap-directory-finder is a customizable variable defined in ffap.el.gz.

Value

dired

Documentation

The command called by dired-at-point to find a directory.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defcustom ffap-directory-finder 'dired
  "The command called by `dired-at-point' to find a directory."
  :type 'function
  :group 'ffap
  :risky t)