Variable: cd-path
cd-path is a variable defined in files.el.gz.
Value
nil
Documentation
Value of the CDPATH environment variable, as a list.
Not actually set up until the first time you use it.
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar cd-path nil
"Value of the CDPATH environment variable, as a list.
Not actually set up until the first time you use it.")