From: Michael Albinus Date: Thu, 9 Aug 2018 13:55:40 +0000 (+0200) Subject: * lisp/simple.el (universal-async-argument): Fix docstring. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8068f14b5f60ca89a7356fde5c15970446764246;p=emacs.git * lisp/simple.el (universal-async-argument): Fix docstring. --- 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.")