diff options
| author | Paul Eggert | 2011-12-29 18:52:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-29 18:52:49 -0800 |
| commit | 9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch) | |
| tree | 74e717ced1fa94d505e3ace360f3c9280bd9b2fa /src | |
| parent | 2cae5ba432fc30042950c073b7ec7807bb98bcde (diff) | |
| download | emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bidi.c | 2 | ||||
| -rw-r--r-- | src/fns.c | 2 | ||||
| -rw-r--r-- | src/font.h | 2 | ||||
| -rw-r--r-- | src/process.c | 2 | ||||
| -rw-r--r-- | src/search.c | 2 | ||||
| -rw-r--r-- | src/w32term.c | 2 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/bidi.c b/src/bidi.c index e0337927ec5..ea4405cbda7 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -1132,7 +1132,7 @@ bidi_find_paragraph_start (EMACS_INT pos, EMACS_INT pos_byte) | |||
| 1132 | 1132 | ||
| 1133 | Note that this function gives the paragraph separator the same | 1133 | Note that this function gives the paragraph separator the same |
| 1134 | direction as the preceding paragraph, even though Emacs generally | 1134 | direction as the preceding paragraph, even though Emacs generally |
| 1135 | views the separartor as not belonging to any paragraph. */ | 1135 | views the separator as not belonging to any paragraph. */ |
| 1136 | void | 1136 | void |
| 1137 | bidi_paragraph_init (bidi_dir_t dir, struct bidi_it *bidi_it, int no_default_p) | 1137 | bidi_paragraph_init (bidi_dir_t dir, struct bidi_it *bidi_it, int no_default_p) |
| 1138 | { | 1138 | { |
| @@ -3254,7 +3254,7 @@ DEFUN ("base64-decode-string", Fbase64_decode_string, Sbase64_decode_string, | |||
| 3254 | 3254 | ||
| 3255 | /* Base64-decode the data at FROM of LENGTH bytes into TO. If | 3255 | /* Base64-decode the data at FROM of LENGTH bytes into TO. If |
| 3256 | MULTIBYTE is nonzero, the decoded result should be in multibyte | 3256 | MULTIBYTE is nonzero, the decoded result should be in multibyte |
| 3257 | form. If NCHARS_RETRUN is not NULL, store the number of produced | 3257 | form. If NCHARS_RETURN is not NULL, store the number of produced |
| 3258 | characters in *NCHARS_RETURN. */ | 3258 | characters in *NCHARS_RETURN. */ |
| 3259 | 3259 | ||
| 3260 | static EMACS_INT | 3260 | static EMACS_INT |
diff --git a/src/font.h b/src/font.h index b6c1acf4a30..93c20262956 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -506,7 +506,7 @@ struct font_driver | |||
| 506 | Lisp_Object type; | 506 | Lisp_Object type; |
| 507 | 507 | ||
| 508 | /* 1 iff the font's foundry, family, and adstyle names are case | 508 | /* 1 iff the font's foundry, family, and adstyle names are case |
| 509 | sensitve. */ | 509 | sensitive. */ |
| 510 | int case_sensitive; | 510 | int case_sensitive; |
| 511 | 511 | ||
| 512 | /* Return a cache of font-entities on frame F. The cache must be a | 512 | /* Return a cache of font-entities on frame F. The cache must be a |
diff --git a/src/process.c b/src/process.c index 4b0f90b58af..e4673d24a2a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3492,7 +3492,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 3492 | || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))) | 3492 | || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))) |
| 3493 | /* We dare not decode end-of-line format by setting VAL to | 3493 | /* We dare not decode end-of-line format by setting VAL to |
| 3494 | Qraw_text, because the existing Emacs Lisp libraries | 3494 | Qraw_text, because the existing Emacs Lisp libraries |
| 3495 | assume that they receive bare code including a sequene of | 3495 | assume that they receive bare code including a sequence of |
| 3496 | CR LF. */ | 3496 | CR LF. */ |
| 3497 | val = Qnil; | 3497 | val = Qnil; |
| 3498 | else | 3498 | else |
diff --git a/src/search.c b/src/search.c index 811ac74e194..2001477ed61 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -1302,7 +1302,7 @@ search_buffer (Lisp_Object string, EMACS_INT pos, EMACS_INT pos_byte, | |||
| 1302 | checking if we can use boyer-moore search. If TRT is | 1302 | checking if we can use boyer-moore search. If TRT is |
| 1303 | non-nil, we can use boyer-moore search only if TRT can be | 1303 | non-nil, we can use boyer-moore search only if TRT can be |
| 1304 | represented by the byte array of 256 elements. For that, | 1304 | represented by the byte array of 256 elements. For that, |
| 1305 | all non-ASCII case-equivalents of all case-senstive | 1305 | all non-ASCII case-equivalents of all case-sensitive |
| 1306 | characters in STRING must belong to the same charset and | 1306 | characters in STRING must belong to the same charset and |
| 1307 | row. */ | 1307 | row. */ |
| 1308 | 1308 | ||
diff --git a/src/w32term.c b/src/w32term.c index 29ac9d119b4..4788a8198f2 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -3388,7 +3388,7 @@ w32_set_scroll_bar_thumb (struct scroll_bar *bar, | |||
| 3388 | if (whole) | 3388 | if (whole) |
| 3389 | { | 3389 | { |
| 3390 | /* Position scroll bar at rock bottom if the bottom of the | 3390 | /* Position scroll bar at rock bottom if the bottom of the |
| 3391 | buffer is visible. This avoids shinking the thumb away | 3391 | buffer is visible. This avoids shrinking the thumb away |
| 3392 | to nothing if it is held at the bottom of the buffer. */ | 3392 | to nothing if it is held at the bottom of the buffer. */ |
| 3393 | if (position + portion >= whole && !draggingp) | 3393 | if (position + portion >= whole && !draggingp) |
| 3394 | { | 3394 | { |
diff --git a/src/xdisp.c b/src/xdisp.c index 90375ba1a33..0ddf9555bc0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -13645,7 +13645,7 @@ set_cursor_from_row (struct window *w, struct glyph_row *row, | |||
| 13645 | /* Non-zero means we've seen at least one glyph that came from a | 13645 | /* Non-zero means we've seen at least one glyph that came from a |
| 13646 | display string. */ | 13646 | display string. */ |
| 13647 | int string_seen = 0; | 13647 | int string_seen = 0; |
| 13648 | /* Largest and smalles buffer positions seen so far during scan of | 13648 | /* Largest and smallest buffer positions seen so far during scan of |
| 13649 | glyph row. */ | 13649 | glyph row. */ |
| 13650 | EMACS_INT bpos_max = pos_before; | 13650 | EMACS_INT bpos_max = pos_before; |
| 13651 | EMACS_INT bpos_min = pos_after; | 13651 | EMACS_INT bpos_min = pos_after; |