# HG changeset patch # User Eli Zaretskii # Date 992254137 0 # Node ID 41f655ec596acf6c6e57f8ed9afd944cd28cdb7d # Parent ab97b7f6b6faf3c6a4506128807e6351acefef68 Fix a typo. diff -r ab97b7f6b6fa -r 41f655ec596a mac/README --- a/mac/README Mon Jun 11 10:05:04 2001 +0000 +++ b/mac/README Mon Jun 11 10:08:57 2001 +0000 @@ -25,7 +25,7 @@ The following are not yet supported: unexec (dump-emacs), asynchronous subprocesses (start-process), and networking -(open-network-connection). +(open-network-stream). There is basic support for synchronous subprocesses (call-process) although Unix commands that are used will need to be ported to the diff -r ab97b7f6b6fa -r 41f655ec596a man/macos.texi --- a/man/macos.texi Mon Jun 11 10:05:04 2001 +0000 +++ b/man/macos.texi Mon Jun 11 10:08:57 2001 +0000 @@ -16,7 +16,7 @@ The following features of Emacs are not yet supported on the Mac: unexec (@code{dump-emacs}), asynchronous subprocesses -(@code{start-process}), and networking (@code{open-network-connection}). +(@code{start-process}), and networking (@code{open-network-stream}). As a result, packages such as Gnus, GUD, and Comint do not work. Since external Unix programs to handle commands such as