emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/tramp-thread-safe 9432b70 2/2: * lisp/files.el (ex


From: Michael Albinus
Subject: [Emacs-diffs] feature/tramp-thread-safe 9432b70 2/2: * lisp/files.el (execute-file-commands-asynchronously): Fix docstring.
Date: Fri, 17 Aug 2018 05:07:39 -0400 (EDT)

branch: feature/tramp-thread-safe
commit 9432b70f76e9e8c3f7c648cd9c93f56b16a0a1dd
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * 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 d5dab88..87d7791 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]