]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify what ``chrooted environment means'' for TRAMP
authorHong Xu <hong@hong.me>
Wed, 7 Oct 2020 02:41:29 +0000 (04:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 7 Oct 2020 02:41:29 +0000 (04:41 +0200)
* doc/misc/tramp.texi (Frequently Asked Questions): Clarify what
``chrooted environment means'' for TRAMP (bug#43839).

doc/misc/tramp.texi

index 1b5339b8d26674610dcecd53dbba764fd1afdf64..0e397f4c2441551c813eb7b6b3d03cbb0f8485a3 100644 (file)
@@ -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}.