Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4e19a977
Commit
4e19a977
authored
Mar 19, 2011
by
Christoph Scholtes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* process.c (Fformat_network_address): Doc fix.
parent
20f56955
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/process.c
src/process.c
+3
-3
No files found.
src/ChangeLog
View file @
4e19a977
2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
* process.c (Fformat_network_address): Doc fix.
2011-03-19 Chong Yidong <cyd@stupidchicken.com>
* buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
...
...
src/process.c
View file @
4e19a977
...
...
@@ -1598,9 +1598,9 @@ at end of BUFFER, unless you specify an output stream or filter
function to handle the output. BUFFER may also be nil, meaning that
this process is not associated with any buffer.
PROGRAM is the program file name. It is searched for in
PATH. If
nil, just associate a pty with the buffer. Remaining
arguments are
strings to give program as arguments.
PROGRAM is the program file name. It is searched for in
`exec-path'
(which see). If
nil, just associate a pty with the buffer. Remaining
arguments are
strings to give program as arguments.
If you want to separate standard output from standard error, invoke
the command through a shell and redirect one of them using the shell
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment