Variable: ffap-kpathsea-depth

ffap-kpathsea-depth is a variable defined in ffap.el.gz.

Value

1

Documentation

Bound on depth of subdirectory search in ffap-kpathsea-expand-path.

Set to 0 to avoid all searching, or nil for no limit.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defvar ffap-kpathsea-depth 1
  "Bound on depth of subdirectory search in `ffap-kpathsea-expand-path'.
Set to 0 to avoid all searching, or nil for no limit.")