Fix a typo.
This commit is contained in:
parent
6b4878ed3a
commit
6eb51c108c
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ sending AppleScript commands to other applications from Emacs.
|
|||
|
||||
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
|
||||
|
|
|
@ -16,7 +16,7 @@ Emacs under the Mac OS.
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue