From: Michael Albinus Date: Fri, 17 Aug 2018 08:36:04 +0000 (+0200) Subject: * lisp/files.el (execute-file-commands-asynchronously): Fix docstring. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9432b70f76e9e8c3f7c648cd9c93f56b16a0a1dd;p=emacs.git * lisp/files.el (execute-file-commands-asynchronously): Fix docstring. --- diff --git a/lisp/files.el b/lisp/files.el index d5dab88f277..87d77911350 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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