Variable: desktop-path
desktop-path is a customizable variable defined in desktop.el.gz.
Value
("~/.emacs.d/" "~")
Documentation
List of directories to search for the desktop file.
The base name of the file is specified in desktop-base-file-name.
This variable was added, or its default value changed, in Emacs 23.2.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/desktop.el.gz
(defcustom desktop-path (list user-emacs-directory "~")
"List of directories to search for the desktop file.
The base name of the file is specified in `desktop-base-file-name'."
:type '(repeat directory)
:group 'desktop
:version "23.2") ; user-emacs-directory added