diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /src | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.h | 2 | ||||
| -rw-r--r-- | src/gtkutil.c | 2 | ||||
| -rw-r--r-- | src/nsfns.m | 2 | ||||
| -rw-r--r-- | src/term.c | 2 | ||||
| -rw-r--r-- | src/textprop.c | 2 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/coding.h b/src/coding.h index b694e6c6b6e..ff2a69027e0 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -485,7 +485,7 @@ struct coding_system | |||
| 485 | element. The following elements are OFFSET, ANNOTATION-TYPE, and | 485 | element. The following elements are OFFSET, ANNOTATION-TYPE, and |
| 486 | a sequence of actual data for the annotation. OFFSET is a | 486 | a sequence of actual data for the annotation. OFFSET is a |
| 487 | character position offset from dst_pos or src_pos, | 487 | character position offset from dst_pos or src_pos, |
| 488 | ANNOTATION-TYPE specfies the meaning of the annotation and how to | 488 | ANNOTATION-TYPE specifies the meaning of the annotation and how to |
| 489 | handle the following data.. */ | 489 | handle the following data.. */ |
| 490 | int *charbuf; | 490 | int *charbuf; |
| 491 | int charbuf_size, charbuf_used; | 491 | int charbuf_size, charbuf_used; |
diff --git a/src/gtkutil.c b/src/gtkutil.c index bc71685819e..a52bd26235f 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -3052,7 +3052,7 @@ xg_update_submenu (GtkWidget *submenu, | |||
| 3052 | } | 3052 | } |
| 3053 | } | 3053 | } |
| 3054 | 3054 | ||
| 3055 | /* Remove widgets from first structual change. */ | 3055 | /* Remove widgets from first structural change. */ |
| 3056 | if (iter) | 3056 | if (iter) |
| 3057 | { | 3057 | { |
| 3058 | /* If we are adding new menu items below, we must remove from | 3058 | /* If we are adding new menu items below, we must remove from |
diff --git a/src/nsfns.m b/src/nsfns.m index e41b77e242a..ecefd716eb1 100644 --- a/src/nsfns.m +++ b/src/nsfns.m | |||
| @@ -1286,7 +1286,7 @@ This function is an internal primitive--use `make-frame' instead. */) | |||
| 1286 | "foreground", "Foreground", RES_TYPE_STRING); | 1286 | "foreground", "Foreground", RES_TYPE_STRING); |
| 1287 | x_default_parameter (f, parms, Qbackground_color, build_string ("White"), | 1287 | x_default_parameter (f, parms, Qbackground_color, build_string ("White"), |
| 1288 | "background", "Background", RES_TYPE_STRING); | 1288 | "background", "Background", RES_TYPE_STRING); |
| 1289 | /* FIXME: not suppported yet in Nextstep */ | 1289 | /* FIXME: not supported yet in Nextstep */ |
| 1290 | x_default_parameter (f, parms, Qline_spacing, Qnil, | 1290 | x_default_parameter (f, parms, Qline_spacing, Qnil, |
| 1291 | "lineSpacing", "LineSpacing", RES_TYPE_NUMBER); | 1291 | "lineSpacing", "LineSpacing", RES_TYPE_NUMBER); |
| 1292 | x_default_parameter (f, parms, Qleft_fringe, Qnil, | 1292 | x_default_parameter (f, parms, Qleft_fringe, Qnil, |
diff --git a/src/term.c b/src/term.c index ae505f020f2..86b928ad9e3 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1809,7 +1809,7 @@ append_glyphless_glyph (struct it *it, int face_id, const char *str) | |||
| 1809 | glyphless_display_method in dispextern.h for the details. | 1809 | glyphless_display_method in dispextern.h for the details. |
| 1810 | 1810 | ||
| 1811 | FOR_NO_FONT is nonzero if and only if this is for a character that | 1811 | FOR_NO_FONT is nonzero if and only if this is for a character that |
| 1812 | is not supproted by the coding system of the terminal. ACRONYM, if | 1812 | is not supported by the coding system of the terminal. ACRONYM, if |
| 1813 | non-nil, is an acronym string for the character. | 1813 | non-nil, is an acronym string for the character. |
| 1814 | 1814 | ||
| 1815 | The glyphs actually produced are of type CHAR_GLYPH. */ | 1815 | The glyphs actually produced are of type CHAR_GLYPH. */ |
diff --git a/src/textprop.c b/src/textprop.c index a1c7593f568..8c63a58cf83 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -2227,7 +2227,7 @@ This also inhibits the use of the `intangible' text property. */); | |||
| 2227 | 2227 | ||
| 2228 | DEFVAR_LISP ("text-property-default-nonsticky", | 2228 | DEFVAR_LISP ("text-property-default-nonsticky", |
| 2229 | Vtext_property_default_nonsticky, | 2229 | Vtext_property_default_nonsticky, |
| 2230 | doc: /* Alist of properties vs the corresponding non-stickinesses. | 2230 | doc: /* Alist of properties vs the corresponding non-stickiness. |
| 2231 | Each element has the form (PROPERTY . NONSTICKINESS). | 2231 | Each element has the form (PROPERTY . NONSTICKINESS). |
| 2232 | 2232 | ||
| 2233 | If a character in a buffer has PROPERTY, new text inserted adjacent to | 2233 | If a character in a buffer has PROPERTY, new text inserted adjacent to |
diff --git a/src/xdisp.c b/src/xdisp.c index 0ddf9555bc0..39b6813e774 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -4339,7 +4339,7 @@ handle_display_spec (struct it *it, Lisp_Object spec, Lisp_Object object, | |||
| 4339 | int rv; | 4339 | int rv; |
| 4340 | 4340 | ||
| 4341 | if (CONSP (spec) | 4341 | if (CONSP (spec) |
| 4342 | /* Simple specerties. */ | 4342 | /* Simple specifications. */ |
| 4343 | && !EQ (XCAR (spec), Qimage) | 4343 | && !EQ (XCAR (spec), Qimage) |
| 4344 | && !EQ (XCAR (spec), Qspace) | 4344 | && !EQ (XCAR (spec), Qspace) |
| 4345 | && !EQ (XCAR (spec), Qwhen) | 4345 | && !EQ (XCAR (spec), Qwhen) |