aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/tramp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/tramp.texi')
-rw-r--r--doc/misc/tramp.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index c916588a060..73c3e1ed326 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -6658,7 +6658,7 @@ root directory, it is most likely sufficient to make the
6658@code{default-directory} of the process buffer as the root directory. 6658@code{default-directory} of the process buffer as the root directory.
6659 6659
6660 6660
6661@subsection Timers, process filters, process sentinels, redisplay 6661@subsection Timers, process filters, process sentinels, special events, redisplay
6662 6662
6663@vindex remote-file-error 6663@vindex remote-file-error
6664Timers run asynchronously at any time when Emacs is waiting for 6664Timers run asynchronously at any time when Emacs is waiting for
@@ -6678,7 +6678,13 @@ wrapping the timer function body as follows:
6678@end lisp 6678@end lisp
6679 6679
6680A similar problem could happen with process filters, process 6680A similar problem could happen with process filters, process
6681sentinels, and redisplay (updating the mode line). 6681sentinels, special event handlers, and redisplay (updating the mode
6682line).
6683
6684@strong{Note} that @value{tramp} raises a @code{remote-file-error}
6685error for any connection-related problem. You can protect against all
6686such problems with the code snippet above (or with a
6687@code{condition-case} form with a @code{remote-file-error} handler).
6682 6688
6683 6689
6684@node Extension packages 6690@node Extension packages