[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 393958ea63a 3/3: Grammar fixes in 'remote-file-name-access-timeou
|
From: |
Robert Pluim |
|
Subject: |
master 393958ea63a 3/3: Grammar fixes in 'remote-file-name-access-timeout' descriptions |
|
Date: |
Tue, 4 Jul 2023 13:27:46 -0400 (EDT) |
branch: master
commit 393958ea63a945c3be0e81d96822eed5e0208874
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>
Grammar fixes in 'remote-file-name-access-timeout' descriptions
* doc/emacs/files.texi (File Conveniences): Grammar fix.
* doc/emacs/misc.texi (Saving Emacs Sessions): Grammar fix.
---
doc/emacs/files.texi | 8 ++++----
doc/emacs/misc.texi | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 43140f5da0f..9734223b95e 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -2256,10 +2256,10 @@ current @code{recentf-list} to a file, and @kbd{M-x
recentf-edit-list}
edits it.
@vindex remote-file-name-access-timeout
- If you use remote files, you might also consider to customize
-@code{remote-file-name-access-timeout} to a proper value (number of
-seconds), after which time a check whether a remote file shall be used
-in Recentf is stopped. This prevents Emacs to be blocked.
+ If you use remote files, you might also consider customizing
+@code{remote-file-name-access-timeout}, which is the number of
+seconds after which the check whether a remote file shall be used
+in Recentf is stopped. This prevents Emacs being blocked.
@c FIXME partial-completion-mode (complete.el) is obsolete.
The @kbd{M-x ffap} command generalizes @code{find-file} with more
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 042829002db..7a88b7ef5e0 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -2815,10 +2815,10 @@ according to your customizations in the init file.
@vindex remote-file-name-access-timeout
Information about buffers visiting remote files is not saved by
default. Customize the variable @code{desktop-files-not-to-save} to
-change this. In this case, you might also consider to customize
-@code{remote-file-name-access-timeout} to a proper value (number of
-seconds), after which time a buffer restoration of a remote file is
-stopped. This prevents Emacs to be blocked.
+change this. In this case, you might also consider customizing
+@code{remote-file-name-access-timeout}, which is the number of
+seconds after which buffer restoration of a remote file is
+stopped. This prevents Emacs being blocked.
@vindex desktop-restore-eager
By default, all the buffers in the desktop are restored in one go.