"The directory for writing temporary files.")
(defvar small-temporary-file-directory
- (if (eq system-type 'ms-dos) (getenv "TMPDIR") temporary-file-directory)
+ (if (eq system-type 'ms-dos) (getenv "TMPDIR"))
"The directory for writing small temporary files.
-This is for systems that have fast storage with limited space,
-such as a RAM disk.")
+If non-nil, this directory is used instead of `temporary-file-directory'
+by programs that create small temporary files. This is for systems that
+have fast storage with limited space, such as a RAM disk.")
;; The system null device. (Should reference NULL_DEVICE from C.)
(defvar null-device "/dev/null" "The system null device.")