From 8068f14b5f60ca89a7356fde5c15970446764246 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 9 Aug 2018 15:55:40 +0200 Subject: [PATCH] * 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 7c674f69d53..8a8d24822fd 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.") -- 2.39.5