mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
(small-temporary-file-directory): Fix custom type.
This commit is contained in:
parent
88b966631f
commit
bab6eadbfb
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user