From d56b0b4e6b5be1c27d7f3667bc3caaa63269d465 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sat, 11 Dec 2021 19:33:50 +0100 Subject: [PATCH] ; * lisp/subr.el (start-process-shell-command): Add missing period. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index d224f761e1f..9c07606100b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -4057,7 +4057,7 @@ BUFFER is the buffer (or buffer name) to associate with the process. Process output goes at end of that buffer, unless you specify an output stream or filter function to handle the output. BUFFER may be also nil, meaning that this process is not associated - with any buffer + with any buffer. COMMAND is the shell command to run." ;; We used to use `exec' to replace the shell with the command, ;; but that failed to handle (...) and semicolon, etc. -- 2.39.5