emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d56b0b4: ; * lisp/subr.el (start-process-shell-command): Add miss


From: Philipp Stephani
Subject: master d56b0b4: ; * lisp/subr.el (start-process-shell-command): Add missing period.
Date: Sat, 11 Dec 2021 13:41:04 -0500 (EST)

branch: master
commit d56b0b4e6b5be1c27d7f3667bc3caaa63269d465
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    ; * 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 d224f76..9c07606 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]