aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2023-10-25 19:25:53 +0200
committerMichael Albinus2023-10-25 19:25:53 +0200
commitbeb0a7e1a7f79f54308cfcdc5c7ba2caaf72a494 (patch)
tree18fa14a89548b3fccbdb154e6512459fca870d5b
parentce9d1d3f4dddba2c948affd0f1ccf6c4059f0af2 (diff)
downloademacs-beb0a7e1a7f79f54308cfcdc5c7ba2caaf72a494.tar.gz
emacs-beb0a7e1a7f79f54308cfcdc5c7ba2caaf72a494.zip
* doc/misc/tramp.texi (Traces and Profiles): Fix indentation.
-rw-r--r--doc/misc/tramp.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 6e3a1a0eee1..61910a3d86d 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -6089,9 +6089,11 @@ wrapping the timer function body as follows:
6089to 10. @value{tramp} does not display all messages; only those with a 6089to 10. @value{tramp} does not display all messages; only those with a
6090verbosity level less than or equal to @code{tramp-verbose}. 6090verbosity level less than or equal to @code{tramp-verbose}.
6091 6091
6092@noindent
6092The verbosity levels are 6093The verbosity levels are
6093 6094
6094 @w{ 0} silent (no @value{tramp} messages at all) 6095@indentedblock
6096 @w{ 0} silent (no @value{tramp} messages at all)
6095@* @w{ 1} errors 6097@* @w{ 1} errors
6096@* @w{ 2} warnings 6098@* @w{ 2} warnings
6097@* @w{ 3} connection to remote hosts (default verbosity) 6099@* @w{ 3} connection to remote hosts (default verbosity)
@@ -6103,6 +6105,7 @@ The verbosity levels are
6103@* @w{ 9} test commands 6105@* @w{ 9} test commands
6104@* @w{10} traces (huge) 6106@* @w{10} traces (huge)
6105@* @w{11} call traces (maintainer only) 6107@* @w{11} call traces (maintainer only)
6108@end indentedblock
6106 6109
6107With @code{tramp-verbose} greater than or equal to 4, messages are 6110With @code{tramp-verbose} greater than or equal to 4, messages are
6108also written to the @value{tramp} debug buffer @file{*debug 6111also written to the @value{tramp} debug buffer @file{*debug