emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/tramp-thread-safe 8068f14 1/2: * lisp/simple.el (u


From: Michael Albinus
Subject: [Emacs-diffs] feature/tramp-thread-safe 8068f14 1/2: * lisp/simple.el (universal-async-argument): Fix docstring.
Date: Thu, 9 Aug 2018 09:56:13 -0400 (EDT)

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

    * lisp/simple.el (universal-async-argument): Fix docstring.
---
 lisp/simple.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 7c674f6..8a8d248 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4216,7 +4216,8 @@ These commands include \\[set-mark-command] and 
\\[start-kbd-macro]."
   (universal-argument--mode))
 
 (defvar universal-async-argument nil
-  "Non-nil indicates a command to run asynchronously when called interactively.
+  "Non-nil means a command invoked interactively can run asynchronously.
+It is run asynchronously only if the command also allows that.
 The semantics depend on the command.  This variable should not be
 set globally, it should be used in let-bindings only.")
 



reply via email to

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