diff options
| author | Eli Zaretskii | 2001-04-28 06:10:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-28 06:10:25 +0000 |
| commit | 151408438171f9360acbd31511fddfc736ca985f (patch) | |
| tree | 2cb9ce01d7060633c238a0ef146122c1fdc1fe77 | |
| parent | e085efdbd620672c88cf795a3a46f5918413d358 (diff) | |
| download | emacs-151408438171f9360acbd31511fddfc736ca985f.tar.gz emacs-151408438171f9360acbd31511fddfc736ca985f.zip | |
(Mac OS): Don't say Ispell cannot work: it can, if they have a port
of the speller.
| -rw-r--r-- | man/macos.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/macos.texi b/man/macos.texi index 141280fdbbe..06c6eb00495 100644 --- a/man/macos.texi +++ b/man/macos.texi | |||
| @@ -17,7 +17,7 @@ Emacs under the Mac OS. | |||
| 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-connection}). |
| 20 | As a result, packages such as Gnus, Ispell, 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 |
| 23 | @code{print-buffer} and @code{diff} are not available on the Mac OS, | 23 | @code{print-buffer} and @code{diff} are not available on the Mac OS, |