]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/processes.texi (Synchronous Processes): Minor copyedit.
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Oct 2015 06:12:51 +0000 (09:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 19 Oct 2015 06:12:51 +0000 (09:12 +0300)
doc/lispref/processes.texi

index 845db0df1ac9a3b99fb9dbd04f5b5390d2dbc2a0..196cb7c1f9b94ff898b514a2a87e8c9f04ed2bc0 100644 (file)
@@ -290,7 +290,7 @@ Here are the possibilities:
 Insert the output in that buffer, before point.  This includes both the
 standard output stream and the standard error stream of the process.
 
-@item a string
+@item a buffer name (a string)
 Insert the output in a buffer with that name, before point.
 
 @item @code{t}