1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

(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
have fast storage with limited space, such as a RAM disk."
:group 'files
:type 'directory)
:type '(choice (const nil) directory))
;; The system null device. (Should reference NULL_DEVICE from C.)
(defvar null-device "/dev/null" "The system null device.")