diff options
| author | Pavel Janík | 2002-05-18 13:17:51 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-05-18 13:17:51 +0000 |
| commit | 9a4b515707812883f1d337830dc205db3fcb5b78 (patch) | |
| tree | e17a2b8f8d35232926264ca8e60a91ed6c63daaf | |
| parent | 7490a1e48098159b1b9e4675f6aac7284a8c2d84 (diff) | |
| download | emacs-9a4b515707812883f1d337830dc205db3fcb5b78.tar.gz emacs-9a4b515707812883f1d337830dc205db3fcb5b78.zip | |
Fix typo.
| -rw-r--r-- | etc/PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 13c0e2f4a1a..0bb229ce5e8 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1696,7 +1696,7 @@ The fix is to install a newer version of ncurses, such as version 4.2. | |||
| 1696 | 1696 | ||
| 1697 | * Emacs does not start complaining that it cannot open termcap database file. | 1697 | * Emacs does not start complaining that it cannot open termcap database file. |
| 1698 | 1698 | ||
| 1699 | If your system usses Terminfo rather than termcap (most modern systems | 1699 | If your system uses Terminfo rather than termcap (most modern systems |
| 1700 | do), this could happen if you have an old version of ncurses | 1700 | do), this could happen if you have an old version of ncurses |
| 1701 | installed, or if the newer version is not visible to the Emacs | 1701 | installed, or if the newer version is not visible to the Emacs |
| 1702 | configure script (i.e. it cannot be found along the usual path the | 1702 | configure script (i.e. it cannot be found along the usual path the |