diff options
| author | Robert Pluim | 2023-07-04 18:58:22 +0200 |
|---|---|---|
| committer | Robert Pluim | 2023-07-04 19:03:56 +0200 |
| commit | f2f1fef072a4e42593cc4cb5a4775893078248e7 (patch) | |
| tree | 7b1fd36fb4ce0e868192c3d6f7d2c76fc8288767 | |
| parent | a2db9b426bcca6207dafa5672417165996072d76 (diff) | |
| download | emacs-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.texi | 11 |
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 |
| 5160 | Some packages, like @file{desktop.el} or @file{recentf.el}, access | 5160 | Some packages, like @file{desktop.el} or @file{recentf.el}, access |
| 5161 | remote files when loaded. If the respective file is not accessible, | 5161 | remote 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 |
| 5163 | happen, add a test via @code{access-file} with a proper timeout prior | 5163 | happen, add a test via @code{access-file} with a proper timeout prior |
| 5164 | loading these packages: | 5164 | to 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 | |||
| 5182 | properly. | 5182 | properly. |
| 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 |
| 5186 | already this check. You just need to customize | 5186 | apply 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 |
| 5188 | seconds). | ||
| 5188 | 5189 | ||
| 5189 | 5190 | ||
| 5190 | @item | 5191 | @item |