]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (execute-file-commands-asynchronously): Fix docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Aug 2018 08:36:04 +0000 (10:36 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Aug 2018 08:36:04 +0000 (10:36 +0200)
lisp/files.el

index d5dab88f27792f9beba27a72bcffd6e2da3de55c..87d77911350f9eafd69e9b8520b5a1b96aaf25f1 100644 (file)
@@ -2082,8 +2082,8 @@ suppresses this warning."
   :type 'boolean)
 
 (defcustom execute-file-commands-asynchronously nil
-  "Non-nil means visit file asynchronously when called interactively.
-If it is a regular expression, it must match the file name to be
+  "Non-nil means visit files asynchronously when called interactively.
+If it is a regular expression, it must match the file names to be
 visited.  This behavior is toggled by \\[universal-async-argument]
 prior the command invocation."
   :group 'files