diff options
| author | Eli Zaretskii | 2001-06-11 10:08:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-11 10:08:57 +0000 |
| commit | 6eb51c108cfd0eec8bf67c73b3e902f0eda666db (patch) | |
| tree | 9877ccdcbcef729053dc0f22a1da2dcb568c19ec | |
| parent | 6b4878ed3a3ba885bcd3ba7cf3605374e863f982 (diff) | |
| download | emacs-6eb51c108cfd0eec8bf67c73b3e902f0eda666db.tar.gz emacs-6eb51c108cfd0eec8bf67c73b3e902f0eda666db.zip | |
Fix a typo.
| -rw-r--r-- | mac/README | 2 | ||||
| -rw-r--r-- | man/macos.texi | 2 |
2 files changed, 2 insertions, 2 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 |
diff --git a/man/macos.texi b/man/macos.texi index 06c6eb00495..05d5b48ec02 100644 --- a/man/macos.texi +++ b/man/macos.texi | |||
| @@ -16,7 +16,7 @@ Emacs under the Mac OS. | |||
| 16 | 16 | ||
| 17 | The following features of Emacs are not yet supported on the Mac: | 17 | The following features of Emacs are not yet supported on the Mac: |
| 18 | unexec (@code{dump-emacs}), asynchronous subprocesses | 18 | unexec (@code{dump-emacs}), asynchronous subprocesses |
| 19 | (@code{start-process}), and networking (@code{open-network-connection}). | 19 | (@code{start-process}), and networking (@code{open-network-stream}). |
| 20 | As a result, packages such as Gnus, GUD, and Comint do not work. | 20 | As a result, packages such as Gnus, GUD, and Comint do not work. |
| 21 | 21 | ||
| 22 | Since external Unix programs to handle commands such as | 22 | Since external Unix programs to handle commands such as |