aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 291d6600af5..6189ef2d41d 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -6125,9 +6125,8 @@ performance of @value{tramp} actions.
6125If @code{tramp-verbose} is greater than or equal to 11, @value{tramp} 6125If @code{tramp-verbose} is greater than or equal to 11, @value{tramp}
6126function call traces are written to the buffer @file{*trace tramp/foo*}. 6126function call traces are written to the buffer @file{*trace tramp/foo*}.
6127 6127
6128When @code{tramp-debug-command-messages} is non-@code{nil} and 6128When @code{tramp-debug-command-messages} is non-@code{nil}, the debug
6129@code{tramp-verbose} is greater than or equal to 6, the debug buffer 6129buffer contains all messages with verbosity level 6 (sent and received
6130contains all messages with verbosity level 6 (sent and received
6131strings), and the entry and exit messages for the function 6130strings), and the entry and exit messages for the function
6132@code{tramp-file-name-handler}. This is intended for @value{tramp} 6131@code{tramp-file-name-handler}. This is intended for @value{tramp}
6133maintainers, analyzing the remote commands for performance analysis. 6132maintainers, analyzing the remote commands for performance analysis.