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.
This commit is contained in:
Michael Albinus 2022-07-13 13:00:30 +02:00
parent a3dab1e621
commit e3e7f31faa
2 changed files with 9 additions and 4 deletions

View 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)

View 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)."