aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-11 10:08:57 +0000
committerEli Zaretskii2001-06-11 10:08:57 +0000
commit6eb51c108cfd0eec8bf67c73b3e902f0eda666db (patch)
tree9877ccdcbcef729053dc0f22a1da2dcb568c19ec
parent6b4878ed3a3ba885bcd3ba7cf3605374e863f982 (diff)
downloademacs-6eb51c108cfd0eec8bf67c73b3e902f0eda666db.tar.gz
emacs-6eb51c108cfd0eec8bf67c73b3e902f0eda666db.zip
Fix a typo.
-rw-r--r--mac/README2
-rw-r--r--man/macos.texi2
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
26The following are not yet supported: unexec (dump-emacs), asynchronous 26The following are not yet supported: unexec (dump-emacs), asynchronous
27subprocesses (start-process), and networking 27subprocesses (start-process), and networking
28(open-network-connection). 28(open-network-stream).
29 29
30There is basic support for synchronous subprocesses (call-process) 30There is basic support for synchronous subprocesses (call-process)
31although Unix commands that are used will need to be ported to the 31although 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:
18unexec (@code{dump-emacs}), asynchronous subprocesses 18unexec (@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}).
20As a result, packages such as Gnus, GUD, and Comint do not work. 20As 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