From: Philipp Stephani Date: Sat, 11 Dec 2021 18:33:50 +0000 (+0100) Subject: ; * lisp/subr.el (start-process-shell-command): Add missing period. X-Git-Tag: emacs-29.0.90~3600^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d56b0b4e6b5be1c27d7f3667bc3caaa63269d465;p=emacs.git ; * lisp/subr.el (start-process-shell-command): Add missing period. --- 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.