summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-07-13 13:00:30 +0200
committerMichael Albinus <michael.albinus@gmx.de>2022-07-13 13:00:30 +0200
commite3e7f31faa69d173c000ddf9f3c77e9cf34efee0 (patch)
tree409621ebd6f6ca1b3787eb36ad847775e90a8b3e
parenta3dab1e62132bb82ba943b1e7db0ef86f0c93d28 (diff)
downloademacs-e3e7f31faa69d173c000ddf9f3c77e9cf34efee0.tar.gz
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.
-rw-r--r--doc/misc/tramp.texi9
-rw-r--r--lisp/net/tramp.el4
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)."