diff options
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/README b/mac/README index 7566f22db2d..8f6635c16f2 100644 --- a/mac/README +++ b/mac/README | |||
| @@ -25,7 +25,7 @@ sending AppleScript commands to other applications from Emacs. | |||
| 25 | 25 | ||
| 26 | The following are not yet supported: unexec (dump-emacs), asynchronous | 26 | The following are not yet supported: unexec (dump-emacs), asynchronous |
| 27 | subprocesses (start-process), and networking | 27 | subprocesses (start-process), and networking |
| 28 | (open-network-connection). | 28 | (open-network-stream). |
| 29 | 29 | ||
| 30 | There is basic support for synchronous subprocesses (call-process) | 30 | There is basic support for synchronous subprocesses (call-process) |
| 31 | although Unix commands that are used will need to be ported to the | 31 | although Unix commands that are used will need to be ported to the |