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-28.0.90~5724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c36cd4854663ce13ac3dbebcab4ba6c34bc17f1f;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 1b5339b8d26..0e397f4c244 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -4280,8 +4280,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}.