From b3de63f546a732c7edbf52077d0f965055028da1 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Mon, 17 Jun 2024 19:35:23 +0200 Subject: [PATCH] Fix text to reflect previous commit --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d3d8eae..ba99db9 100644 --- a/README.org +++ b/README.org @@ -897,7 +897,7 @@ minibuffer completion]]. :END: Listing [[lst:process-utilities]] defines a function to run a (command-line) program -with arguments and to obtain a list with its numeric exit status as well as its +with arguments and to obtain a =cons= of its numeric return code as well as its output to =stdout=. #+caption[Process utilities]: