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:
parent
a3dab1e621
commit
e3e7f31faa
2 changed files with 9 additions and 4 deletions
|
@ -667,6 +667,11 @@ may be used in your init file:
|
||||||
(with-eval-after-load 'tramp (tramp-change-syntax 'simplified))
|
(with-eval-after-load 'tramp (tramp-change-syntax 'simplified))
|
||||||
@end lisp
|
@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
|
@menu
|
||||||
* Connection types:: Types of connections to remote hosts.
|
* Connection types:: Types of connections to remote hosts.
|
||||||
|
@ -5441,8 +5446,8 @@ The verbosity levels are
|
||||||
@*@indent @w{ 4} activities
|
@*@indent @w{ 4} activities
|
||||||
@*@indent @w{ 5} internal
|
@*@indent @w{ 5} internal
|
||||||
@*@indent @w{ 6} sent and received strings
|
@*@indent @w{ 6} sent and received strings
|
||||||
@*@indent @w{ 7} file caching
|
@*@indent @w{ 7} connection properties
|
||||||
@*@indent @w{ 8} connection properties
|
@*@indent @w{ 8} file caching
|
||||||
@*@indent @w{ 9} test commands
|
@*@indent @w{ 9} test commands
|
||||||
@*@indent @w{10} traces (huge)
|
@*@indent @w{10} traces (huge)
|
||||||
@*@indent @w{11} call traces (maintainer only)
|
@*@indent @w{11} call traces (maintainer only)
|
||||||
|
|
|
@ -106,8 +106,8 @@ Any level x includes messages for all levels 1 .. x-1. The levels are
|
||||||
4 activities
|
4 activities
|
||||||
5 internal
|
5 internal
|
||||||
6 sent and received strings
|
6 sent and received strings
|
||||||
7 file caching
|
7 connection properties
|
||||||
8 connection properties
|
8 file caching
|
||||||
9 test commands
|
9 test commands
|
||||||
10 traces (huge)
|
10 traces (huge)
|
||||||
11 call traces (maintainer only)."
|
11 call traces (maintainer only)."
|
||||||
|
|
Loading…
Add table
Reference in a new issue