Fix text to reflect previous commit

This commit is contained in:
Gerard Vermeulen 2024-06-17 19:35:23 +02:00
parent b2f3aa4ef7
commit b3de63f546

View File

@ -897,7 +897,7 @@ minibuffer completion]].
:END: :END:
Listing [[lst:process-utilities]] defines a function to run a (command-line) program 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=. output to =stdout=.
#+caption[Process utilities]: #+caption[Process utilities]: