From a71d1787f128c642f8a1fb297ef5043e20218646 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 16 Jun 2020 12:34:00 +0200 Subject: [PATCH] * doc/misc/tramp.texi (Predefined connection information): Add "tmpdir". --- doc/misc/tramp.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 9f216d339f2..3ee01e1568a 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2023,6 +2023,12 @@ reestablished. A value of @code{nil} disables this feature. Most of the methods do not set this property except the @option{sudo} and @option{doas} methods, which use predefined values. +@item @t{"tmpdir"} + +The temporary directory on the remote host. If not specified, the +default value is @t{"/data/local/tmp"} for the @option{adb} method, +@t{"/C$/Temp"} for the @option{smb} method, and @t{"/tmp"} otherwise. + @item @t{"posix"} Connections using the @option{smb} method check, whether the remote -- 2.39.5