emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f2f1fef072a 2/3: ; Minor grammar fixes to tramp manual


From: Robert Pluim
Subject: master f2f1fef072a 2/3: ; Minor grammar fixes to tramp manual
Date: Tue, 4 Jul 2023 13:27:46 -0400 (EDT)

branch: master
commit f2f1fef072a4e42593cc4cb5a4775893078248e7
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; Minor grammar fixes to tramp manual
    
    * doc/misc/tramp.texi (Frequently Asked Questions): Grammar fixes.
---
 doc/misc/tramp.texi | 11 ++++++-----
 1 file 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
 
 @vindex remote-file-name-access-timeout
 Some packages, like @file{desktop.el} or @file{recentf.el}, access
-remote files when loaded.  If the respective file is not accessible,
+remote files when loaded.  If the requested file is not accessible,
 @value{tramp} could block.  In order to check whether this could
 happen, add a test via @code{access-file} with a proper timeout prior
-loading these packages:
+to loading these packages:
 
 @lisp
 @group
@@ -5182,9 +5182,10 @@ this requires an interactive password, the timeout check 
doesn't work
 properly.
 
 @c Since Emacs 30.
-@strong{Note}: In recent versions of Emacs, both packages apply
-already this check.  You just need to customize
-@code{remote-file-name-access-timeout}.
+@strong{Note}: In recent versions of Emacs, both packages already
+apply this check.  You just need to customize
+@code{remote-file-name-access-timeout} to the desired timeout (in
+seconds).
 
 
 @item



reply via email to

[Prev in Thread] Current Thread [Next in Thread]