]> git.eshelyaron.com Git - emacs.git/commitdiff
Grammar fixes in 'remote-file-name-access-timeout' descriptions
authorRobert Pluim <rpluim@gmail.com>
Tue, 4 Jul 2023 17:01:59 +0000 (19:01 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 4 Jul 2023 17:03:56 +0000 (19:03 +0200)
* doc/emacs/files.texi (File Conveniences): Grammar fix.
* doc/emacs/misc.texi (Saving Emacs Sessions): Grammar fix.

doc/emacs/files.texi
doc/emacs/misc.texi

index 43140f5da0f5bf3d251d043d270fb053e4cdda02..9734223b95e74e5848d6d5118e54b5b9c8f8aa28 100644 (file)
@@ -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
index 042829002dbe8e004e3ef15c7df860469d22b552..7a88b7ef5e0f33160c25d2c762432c2dc036dded 100644 (file)
@@ -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.