(small-temporary-file-directory): Fix custom type.

This commit is contained in:
Richard M. Stallman 2002-04-29 03:55:57 +00:00
parent 88b966631f
commit bab6eadbfb

View file

@ -203,7 +203,7 @@ If non-nil, this directory is used instead of `temporary-file-directory'
by programs that create small temporary files. This is for systems that by programs that create small temporary files. This is for systems that
have fast storage with limited space, such as a RAM disk." have fast storage with limited space, such as a RAM disk."
:group 'files :group 'files
:type 'directory) :type '(choice (const nil) directory))
;; The system null device. (Should reference NULL_DEVICE from C.) ;; The system null device. (Should reference NULL_DEVICE from C.)
(defvar null-device "/dev/null" "The system null device.") (defvar null-device "/dev/null" "The system null device.")