emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/tramp-thread-safe 646ad72: ; * doc/emacs/files.tex


From: Michael Albinus
Subject: [Emacs-diffs] feature/tramp-thread-safe 646ad72: ; * doc/emacs/files.texi (Visiting): Improve wording.
Date: Tue, 7 Aug 2018 12:14:22 -0400 (EDT)

branch: feature/tramp-thread-safe
commit 646ad72871f1ba55be4d1669fcc582b091c8f62b
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; * doc/emacs/files.texi (Visiting): Improve wording.
---
 doc/emacs/files.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 1d7db1d..7a728aa 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -234,11 +234,11 @@ feature by customizing @code{find-file-wildcards}.
 while loading the file into its buffer Emacs keeps responsive, and you
 can continue to edit other files, or call commands.  This is
 controlled by the user option @code{execute-file-commands-asynchronously}.
-If this option is @code{nil} (the default), visiting a file is
-performed synchronously.  A regexp value lets files, which name
-matches the regexp, being visited asynchronously, and synchronously
-otherwise.  The value @code{t} forces asynchronous visiting of files
-unconditionally.
+If this option is @code{nil} (the default), visiting a file is a
+synchronous operation.  If the value is a regexp, this allows
+asynchronously visiting files whose name matches the regexp, otherwise
+synchronously.  If the value is @code{t}, visiting files is
+unconditionally asynchronous.
 
 If you want to visit all remote files asynchronously, you should set
 



reply via email to

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