aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/term.c
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c
index 911f9f1feee..e84ab1c3c9e 100644
--- a/src/term.c
+++ b/src/term.c
@@ -40,7 +40,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
40#define OUTPUT_IF(a) { if (a) tputs (a, FRAME_HEIGHT (selected_frame) - curY, cmputc); } 40#define OUTPUT_IF(a) { if (a) tputs (a, FRAME_HEIGHT (selected_frame) - curY, cmputc); }
41#define OUTPUT1_IF(a) { if (a) tputs (a, 1, cmputc); } 41#define OUTPUT1_IF(a) { if (a) tputs (a, 1, cmputc); }
42 42
43/* Terminal charateristics that higher levels want to look at. 43/* Terminal characteristics that higher levels want to look at.
44 These are all extern'd in termchar.h */ 44 These are all extern'd in termchar.h */
45 45
46int must_write_spaces; /* Nonzero means spaces in the text 46int must_write_spaces; /* Nonzero means spaces in the text
@@ -1255,7 +1255,7 @@ term_get_fkeys (address)
1255 1255
1256 /* The uses of the "k0" capability are inconsistent; sometimes it 1256 /* The uses of the "k0" capability are inconsistent; sometimes it
1257 describes F10, whereas othertimes it describes F0 and "k;" describes F10. 1257 describes F10, whereas othertimes it describes F0 and "k;" describes F10.
1258 We will attempt to politely accomodate both systems by testing for 1258 We will attempt to politely accommodate both systems by testing for
1259 "k;", and if it is present, assuming that "k0" denotes F0, otherwise F10. 1259 "k;", and if it is present, assuming that "k0" denotes F0, otherwise F10.
1260 */ 1260 */
1261 { 1261 {