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/xdisp.c | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'src/xdisp.c')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |