diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /lib-src | |
parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/aixcc.lex | 2 | ||||
-rw-r--r-- | lib-src/emacstool.c | 2 | ||||
-rw-r--r-- | lib-src/etags.c | 4 | ||||
-rw-r--r-- | lib-src/make-docfile.c | 2 | ||||
-rw-r--r-- | lib-src/timer.c | 2 | ||||
-rw-r--r-- | lib-src/yow.c | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/lib-src/aixcc.lex b/lib-src/aixcc.lex index 784d68d82b9..b7b44701b18 100644 --- a/lib-src/aixcc.lex +++ b/lib-src/aixcc.lex @@ -157,7 +157,7 @@ yywrap () ^([a-z]\ -)?\ *{EC}: { /* - * error message (which we print immediately) preceeded by an + * error message (which we print immediately) preceded by an * error code (which we ignore) */ diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 1312dd912fc..80381643c2a 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c @@ -65,7 +65,7 @@ /* define WANT_CAPS_LOCK to make f-key T1 (aka F1) behave as CapsLock */ #define WANT_CAPS_LOCK #ifdef WANT_CAPS_LOCK -int caps_lock; /* toggle indicater for f-key T1 caps lock */ +int caps_lock; /* toggle indicator for f-key T1 caps lock */ static char *Caps = "[CAPS] "; /* Caps Lock prefix string */ #define CAPS_LEN 7 /* strlen (Caps) */ #endif diff --git a/lib-src/etags.c b/lib-src/etags.c index 24b6da53d5e..5d0389f911f 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -834,7 +834,7 @@ process_file (file) } /* - * This routine sets up the boolean psuedo-functions which work + * This routine sets up the boolean pseudo-functions which work * by setting boolean flags dependent upon the corresponding character * Every char which is NOT in that string is not a white char. Therefore, * all of the array "_wht" is set to FALSE, and then the elements @@ -2845,7 +2845,7 @@ readline (linebuffer, stream) register char *pend; int newline; /* 1 if ended with newline, 0 if ended with EOF */ - pend = p + linebuffer->size; /* Separate to avoind 386/IX compiler bug. */ + pend = p + linebuffer->size; /* Separate to avoid 386/IX compiler bug. */ while (1) { diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index ee149b503ed..2fb9af0849f 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -407,7 +407,7 @@ scan_c_file (filename) starting in column zero. (quote NAME) may appear as 'NAME as well. For defun, defmacro, and autoload, we know how to skip over the arglist. - For defvar, defconst, and fset we skip to the docstring with a klugey + For defvar, defconst, and fset we skip to the docstring with a kludgy formatting convention: all docstrings must appear on the same line as the initial open-paren (the one in column zero) and must contain a backslash and a double-quote immediately after the initial double-quote. No newlines diff --git a/lib-src/timer.c b/lib-src/timer.c index ef46b29f126..d6419ef4cc8 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -52,7 +52,7 @@ struct event *events; /* events[0 .. num_events-1] are the char *pname; /* programme name for error messages */ -/* Accepts a string of two fields seperated by FS. +/* Accepts a string of two fields separated by FS. First field is string for get_date, saying when to wake-up. Second field is a token to identify the request. */ void diff --git a/lib-src/yow.c b/lib-src/yow.c index d01429d829d..7bfde3322e4 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c @@ -101,7 +101,7 @@ yow (fp) } /* Read until SEP, read next line, print it. - (Note that we will never print anything before the first seperator.) + (Note that we will never print anything before the first separator.) If we hit EOF looking for the first SEP, just recurse. */ while ((c = getc(fp)) != SEP) if (c == EOF) { |