]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix recently added entry.
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Jul 2023 16:35:28 +0000 (19:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Jul 2023 16:35:28 +0000 (19:35 +0300)
etc/NEWS

index be2327c5a8db0fb448c4629b36fb5b042a01d83c..510aa8104bbbc9f6e4d1c2a277aba9abb3382c01 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -457,11 +457,13 @@ object oriented syntax which were added in Perl 5.36 and 5.38.
 ** Emacs Sessions (Desktop)
 
 +++
-*** Restoring buffers with remote files should not block.
-When a buffer is restored which uses a remote file, the user option
-'remote-file-name-access-timeout' could be set to a positive number.
-This value will be used as timeout (in seconds) for checking, whether
-the remote file is accessible.
+*** Restoring buffers visiting remote files should not block.
+When a buffer is restored which visits a remote file, the restoration
+of the session could hang if the remote host is off-line or slow to
+respond.  Setting the user option 'remote-file-name-access-timeout' to
+a positive number will abandon the attempt to restore such buffers
+after a timeout of that many seconds, thus allowing the rest of
+desktop restoration to continue.
 
 ** Recentf