From 9432b70f76e9e8c3f7c648cd9c93f56b16a0a1dd Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 17 Aug 2018 10:36:04 +0200 Subject: [PATCH] * lisp/files.el (execute-file-commands-asynchronously): Fix docstring. --- lisp/files.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5