emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] elpa-admin 73a1abb944 2/2: ; * elpa-admin.el (elpaa--call-sandbox


From: Stefan Kangas
Subject: [elpa] elpa-admin 73a1abb944 2/2: ; * elpa-admin.el (elpaa--call-sandboxed): Minor doc fix.
Date: Sun, 11 Dec 2022 00:55:44 -0500 (EST)

branch: elpa-admin
commit 73a1abb944a26b686bc71b03338933c4bd6bdd30
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * elpa-admin.el (elpaa--call-sandboxed): Minor doc fix.
---
 elpa-admin.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index 22e870f8ca..c151d6d431 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -1272,7 +1272,8 @@ The INFILE and DISPLAY arguments are fixed as nil."
   "Like ‘elpaa--call’ but sandboxed.
 More specifically, uses Bubblewrap such that the command is
 confined to only have write access to the `default-directory'.
-Signal an error if the command did not finish with exit code 0."
+Signal an error if the command did not finish with exit code 0.
+PROGRAM, DESTINATION, ARGS is like in `elpaa--call'."
   (if (not elpaa--sandbox)
       (apply #'elpaa--call destination args)
     (elpaa--message "call-sandboxed %S" args)



reply via email to

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