]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt Tramp doc
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 13 Jul 2022 11:00:30 +0000 (13:00 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 13 Jul 2022 11:00:30 +0000 (13:00 +0200)
* doc/misc/tramp.texi (Configuration): Mention enable-remote-dir-locals.
(Traces and Profiles): Fix tramp-verbose description.

* lisp/net/tramp.el (tramp-verbose): Fix docstring.

doc/misc/tramp.texi
lisp/net/tramp.el

index 745046f8fed8afe18b976661f77654b160a02437..2d3657b6eaf754c79af2c61bd24b44a90dc8b63d 100644 (file)
@@ -667,6 +667,11 @@ may be used in your init file:
 (with-eval-after-load 'tramp (tramp-change-syntax 'simplified))
 @end lisp
 
+@vindex enable-remote-dir-locals
+Changing other variables via directory-local variables on a remote
+directory must be enabled by setting @code{enable-remote-dir-locals}
+to non-@code{nil}, @xref{Directory Variables, , , emacs}.
+
 
 @menu
 * Connection types::            Types of connections to remote hosts.
@@ -5441,8 +5446,8 @@ The verbosity levels are
 @*@indent @w{ 4}  activities
 @*@indent @w{ 5}  internal
 @*@indent @w{ 6}  sent and received strings
-@*@indent @w{ 7}  file caching
-@*@indent @w{ 8}  connection properties
+@*@indent @w{ 7}  connection properties
+@*@indent @w{ 8}  file caching
 @*@indent @w{ 9}  test commands
 @*@indent @w{10}  traces (huge)
 @*@indent @w{11}  call traces (maintainer only)
index 88715e3230bae5dd8b4c329cefd40086f65e233b..b8855591f80ceac85af751dc589694146b893107 100644 (file)
@@ -106,8 +106,8 @@ Any level x includes messages for all levels 1 .. x-1.  The levels are
  4  activities
  5  internal
  6  sent and received strings
- 7  file caching
- 8  connection properties
+ 7  connection properties
+ 8  file caching
  9  test commands
 10  traces (huge)
 11  call traces (maintainer only)."