From: Michael Albinus Date: Tue, 7 Aug 2018 16:14:05 +0000 (+0200) Subject: ; * doc/emacs/files.texi (Visiting): Improve wording. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=646ad72871f1ba55be4d1669fcc582b091c8f62b;p=emacs.git ; * doc/emacs/files.texi (Visiting): Improve wording. --- diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 1d7db1d3783..7a728aa4a2b 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