aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2023-07-04 18:58:22 +0200
committerRobert Pluim2023-07-04 19:03:56 +0200
commitf2f1fef072a4e42593cc4cb5a4775893078248e7 (patch)
tree7b1fd36fb4ce0e868192c3d6f7d2c76fc8288767
parenta2db9b426bcca6207dafa5672417165996072d76 (diff)
downloademacs-f2f1fef072a4e42593cc4cb5a4775893078248e7.tar.gz
emacs-f2f1fef072a4e42593cc4cb5a4775893078248e7.zip
; Minor grammar fixes to tramp manual
* doc/misc/tramp.texi (Frequently Asked Questions): Grammar fixes.
-rw-r--r--doc/misc/tramp.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 890d4c0c07a..4973ab2c9b1 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -5158,10 +5158,10 @@ In order to disable those optimizations, set user option
5158 5158
5159@vindex remote-file-name-access-timeout 5159@vindex remote-file-name-access-timeout
5160Some packages, like @file{desktop.el} or @file{recentf.el}, access 5160Some packages, like @file{desktop.el} or @file{recentf.el}, access
5161remote files when loaded. If the respective file is not accessible, 5161remote files when loaded. If the requested file is not accessible,
5162@value{tramp} could block. In order to check whether this could 5162@value{tramp} could block. In order to check whether this could
5163happen, add a test via @code{access-file} with a proper timeout prior 5163happen, add a test via @code{access-file} with a proper timeout prior
5164loading these packages: 5164to loading these packages:
5165 5165
5166@lisp 5166@lisp
5167@group 5167@group
@@ -5182,9 +5182,10 @@ this requires an interactive password, the timeout check doesn't work
5182properly. 5182properly.
5183 5183
5184@c Since Emacs 30. 5184@c Since Emacs 30.
5185@strong{Note}: In recent versions of Emacs, both packages apply 5185@strong{Note}: In recent versions of Emacs, both packages already
5186already this check. You just need to customize 5186apply this check. You just need to customize
5187@code{remote-file-name-access-timeout}. 5187@code{remote-file-name-access-timeout} to the desired timeout (in
5188seconds).
5188 5189
5189 5190
5190@item 5191@item