]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/files.texi (Visiting): Improve wording.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 7 Aug 2018 16:14:05 +0000 (18:14 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 7 Aug 2018 16:14:05 +0000 (18:14 +0200)
doc/emacs/files.texi

index 1d7db1d3783310a9e0afc4250a881dba9f4fb9a8..7a728aa4a2b0d2a50f27b2fb5c70e1f251f3fdda 100644 (file)
@@ -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