aboutsummaryrefslogtreecommitdiffstats
path: root/PROBLEMS
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /PROBLEMS
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS6
1 files changed, 3 insertions, 3 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 85de361e24c..7172c0b99dc 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -41,7 +41,7 @@ the names work properly with other programs on the same system.
41This typically happens on Suns and other systems that use shared 41This typically happens on Suns and other systems that use shared
42libraries. The cause is that the site has installed a version of the 42libraries. The cause is that the site has installed a version of the
43shared library which uses a name server--but has not installed a 43shared library which uses a name server--but has not installed a
44similiar version of the unshared library which Emacs uses. 44similar version of the unshared library which Emacs uses.
45 45
46The result is that most programs, using the shared library, work with 46The result is that most programs, using the shared library, work with
47the nameserver, but Emacs does not. 47the nameserver, but Emacs does not.
@@ -65,7 +65,7 @@ corresponding pair of files should fix the problem.
65 65
66* Trouble using ptys on AIX. 66* Trouble using ptys on AIX.
67 67
68People often instll the pty devices on AIX incorrectly. 68People often install the pty devices on AIX incorrectly.
69Use `smit pty' to reinstall them properly. 69Use `smit pty' to reinstall them properly.
70 70
71* Shell mode on HP/UX gives the message, "`tty`: Ambiguous". 71* Shell mode on HP/UX gives the message, "`tty`: Ambiguous".
@@ -458,7 +458,7 @@ in sysV.) You can use keyboard-translate-table, as shown above,
458to map two other input characters (such as C-^ and C-\) into C-s and 458to map two other input characters (such as C-^ and C-\) into C-s and
459C-q, so that you can still search and quote. 459C-q, so that you can still search and quote.
460 460
461I have no intention of ever redisigning the Emacs command set for 461I have no intention of ever redesigning the Emacs command set for
462the assumption that terminals use C-s/C-q flow control. This 462the assumption that terminals use C-s/C-q flow control. This
463flow control technique is a bad design, and terminals that need 463flow control technique is a bad design, and terminals that need
464it are bad merchandise and should not be purchased. If you can 464it are bad merchandise and should not be purchased. If you can