diff options
| author | Paul Eggert | 2013-06-30 08:10:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-06-30 08:10:33 -0700 |
| commit | adc5dbceb07a589a8ade9338522b15fc99bd520f (patch) | |
| tree | cda35dde0a52d723658b4375dcc4daa8a4443655 /src | |
| parent | 5d1c328614c3b8165ee3c9e9d3597f1fb0196ede (diff) | |
| download | emacs-adc5dbceb07a589a8ade9338522b15fc99bd520f.tar.gz emacs-adc5dbceb07a589a8ade9338522b15fc99bd520f.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/conf_post.h | 2 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index 32c4341b7a3..b19456749a2 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -231,7 +231,7 @@ extern void _DebPrint (const char *fmt, ...); | |||
| 231 | #define FOO_INLINE EXTERN_INLINE | 231 | #define FOO_INLINE EXTERN_INLINE |
| 232 | 232 | ||
| 233 | before including any .h file other than config.h. | 233 | before including any .h file other than config.h. |
| 234 | Other .c files should not define FOO_INILNE. | 234 | Other .c files should not define FOO_INLINE. |
| 235 | 235 | ||
| 236 | C99 compilers compile functions like 'incr' as C99-style extern | 236 | C99 compilers compile functions like 'incr' as C99-style extern |
| 237 | inline functions. Pre-C99 GCCs do something similar with | 237 | inline functions. Pre-C99 GCCs do something similar with |
diff --git a/src/xdisp.c b/src/xdisp.c index 660c6b9130f..89761a0cfdc 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -20387,7 +20387,7 @@ Value is the new character position of point. */) | |||
| 20387 | break; | 20387 | break; |
| 20388 | } | 20388 | } |
| 20389 | /* If we ended up on a composed character inside | 20389 | /* If we ended up on a composed character inside |
| 20390 | bidi-reordered text (e.g., Hebrew text with diacriticals), | 20390 | bidi-reordered text (e.g., Hebrew text with diacritics), |
| 20391 | the iterator gives us the buffer position of the last (in | 20391 | the iterator gives us the buffer position of the last (in |
| 20392 | logical order) character of the composed grapheme cluster, | 20392 | logical order) character of the composed grapheme cluster, |
| 20393 | which is not what we want. So we cheat: we compute the | 20393 | which is not what we want. So we cheat: we compute the |