aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 131a23b7423..b503ce13373 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -5888,6 +5888,17 @@ as above in your @file{~/.emacs}:
5888 5888
5889 5889
5890@item 5890@item
5891How to ignore errors when changing file attributes?
5892
5893@vindex tramp-inhibit-errors-if-setting-file-attributes-fail
5894Sometimes, for example while saving remote files, errors appear when
5895changing file attributes like permissions, time stamps, or ownership.
5896If these errors can be ignored, set user option
5897@code{tramp-inhibit-errors-if-setting-file-attributes-fail} to a
5898non-@code{nil} value. This transforms the error into a warning.
5899
5900
5901@item
5891How to disable other packages from calling @value{tramp}? 5902How to disable other packages from calling @value{tramp}?
5892 5903
5893There are packages that call @value{tramp} without the user ever 5904There are packages that call @value{tramp} without the user ever