emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100532: * process.c (Fformat_netw


From: Christoph Scholtes
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100532: * process.c (Fformat_network_address): Doc fix.
Date: Sat, 19 Mar 2011 12:47:17 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100532
committer: Christoph Scholtes <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-03-19 12:47:17 -0600
message:
  * process.c (Fformat_network_address): Doc fix.
modified:
  src/ChangeLog
  src/process.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-03-19 16:42:53 +0000
+++ b/src/ChangeLog     2011-03-19 18:47:17 +0000
@@ -1,3 +1,7 @@
+2011-03-19  Christoph Scholtes  <address@hidden>
+
+       * process.c (Fformat_network_address): Doc fix.
+
 2011-03-19  Chong Yidong  <address@hidden>
 
        * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)

=== modified file 'src/process.c'
--- a/src/process.c     2011-01-02 23:50:46 +0000
+++ b/src/process.c     2011-03-19 18:47:17 +0000
@@ -1598,9 +1598,9 @@
 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


reply via email to

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