diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/s/template.h | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/s/template.h')
| -rw-r--r-- | src/s/template.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/template.h b/src/s/template.h index 62eb065dc36..3cee20afff6 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -58,7 +58,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 58 | INTERRUPT_INPUT to decide whether to use it by default. | 58 | INTERRUPT_INPUT to decide whether to use it by default. |
| 59 | 59 | ||
| 60 | SIGIO can be used only on systems that implement it (4.2 and 4.3). | 60 | SIGIO can be used only on systems that implement it (4.2 and 4.3). |
| 61 | CBREAK mode has two disadvatages | 61 | CBREAK mode has two disadvantages |
| 62 | 1) At least in 4.2, it is impossible to handle the Meta key properly. | 62 | 1) At least in 4.2, it is impossible to handle the Meta key properly. |
| 63 | I hear that in system V this problem does not exist. | 63 | I hear that in system V this problem does not exist. |
| 64 | 2) Control-G causes output to be discarded. | 64 | 2) Control-G causes output to be discarded. |
| @@ -83,7 +83,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 83 | * Define HAVE_TERMIO if the system provides sysV-style ioctls | 83 | * Define HAVE_TERMIO if the system provides sysV-style ioctls |
| 84 | * for terminal control. | 84 | * for terminal control. |
| 85 | * | 85 | * |
| 86 | * Do not define both. HAVE_TERMIOS is prefered, if it is | 86 | * Do not define both. HAVE_TERMIOS is preferred, if it is |
| 87 | * supported on your system. | 87 | * supported on your system. |
| 88 | */ | 88 | */ |
| 89 | 89 | ||