]> git.eshelyaron.com Git - emacs.git/commitdiff
* process.c (Fformat_network_address): Doc fix.
authorChristoph Scholtes <cschol2112@gmail.com>
Sat, 19 Mar 2011 18:47:17 +0000 (12:47 -0600)
committerChristoph Scholtes <cschol2112@gmail.com>
Sat, 19 Mar 2011 18:47:17 +0000 (12:47 -0600)
src/ChangeLog
src/process.c

index be81dd27584a4bbe692cd264acee3f9a36a4ded8..728b215b9ecd87e35e20e84c6b807fe0b867a562 100644 (file)
@@ -1,3 +1,7 @@
+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)
index b3773ed5571d5fece43501ceb67d050398a1924f..9a33500dc4e960d3164d640ff976d111a877b3e5 100644 (file)
@@ -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