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]: