From: Hong Xu Date: Wed, 7 Oct 2020 02:41:29 +0000 (+0200) Subject: Clarify what ``chrooted environment means'' for TRAMP X-Git-Tag: emacs-27.1.90~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fea8699a188c5b222eb0786bed6b748ad9e11ac;p=emacs.git Clarify what ``chrooted environment means'' for TRAMP * doc/misc/tramp.texi (Frequently Asked Questions): Clarify what ``chrooted environment means'' for TRAMP (bug#43839). --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 27390983343..f990819cf55 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -4063,8 +4063,8 @@ first saving to a temporary file. @vindex tramp-local-host-regexp When connecting to a local host, @value{tramp} uses some internal -optimizations. They fail, when there is a chrooted environment. In -order to disable those optimizations, set user option +optimizations. They fail when Emacs runs in a chrooted environment. +In order to disable those optimizations, set user option @code{tramp-local-host-regexp} to @code{nil}.