From e3e7f31faa69d173c000ddf9f3c77e9cf34efee0 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 13 Jul 2022 13:00:30 +0200 Subject: [PATCH] Adapt Tramp doc * 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 | 9 +++++++-- lisp/net/tramp.el | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 745046f8fed..2d3657b6eaf 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -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) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 88715e3230b..b8855591f80 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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)." -- 2.39.2