aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2025-04-05 07:07:29 -0400
committerEli Zaretskii2025-04-05 07:07:29 -0400
commit2054060d56573e9dadc53b69a5aa4063e4cebae6 (patch)
treecd01e02394207215c4004b6170bc744a4755febd /doc/misc
parentd403be4811a3d541785f58a5ed75a9ccda3fb781 (diff)
parentae7f65f3f9cbe03608c9920e7f2f82a5a82e62d6 (diff)
downloademacs-2054060d56573e9dadc53b69a5aa4063e4cebae6.tar.gz
emacs-2054060d56573e9dadc53b69a5aa4063e4cebae6.zip
Merge from origin/emacs-30
ae7f65f3f9c Fix obsolete documentation of desktop library fd5f817882a Improve Tramp's initial warnings 1e865a2f288 Explain, how to suppress Tramp warnings a0962074743 printed manuals: xrefs in and out of "Preparing Patches" 3f9ac99fc7e Fix Tramp's file-attributes cache
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/tramp.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index a22e514f055..c3af74ea1df 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -6769,6 +6769,15 @@ the following settings are required:
6769@end group 6769@end group
6770@end lisp 6770@end lisp
6771 6771
6772@vindex warning-suppress-types
6773@value{tramp} warnings are displayed in the @file{*Warnings*} buffer,
6774which pops up. If you don't want to see this buffer for every
6775@value{tramp} warning, set @code{warning-suppress-types}:
6776
6777@lisp
6778(setq warning-suppress-types '((tramp)))
6779@end lisp
6780
6772If @code{tramp-verbose} is greater than or equal to 10, Lisp 6781If @code{tramp-verbose} is greater than or equal to 10, Lisp
6773backtraces are also added to the @value{tramp} debug buffer in case of 6782backtraces are also added to the @value{tramp} debug buffer in case of
6774errors. 6783errors.