diff options
| author | Glenn Morris | 2011-02-22 23:27:09 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-22 23:27:09 -0800 |
| commit | 0d327994db9eb1273b488d90dfbedd7c58e6c3ce (patch) | |
| tree | c7555f775ff66638e5b2d054070138b9f93d1b4b /src | |
| parent | 86485587de779e7e7474bea48ea16f8ba3313fc4 (diff) | |
| download | emacs-0d327994db9eb1273b488d90dfbedd7c58e6c3ce.tar.gz emacs-0d327994db9eb1273b488d90dfbedd7c58e6c3ce.zip | |
Fix some mis-spellings of "precede" that are not in emacs-23 branch.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c index 9740fe8f1d5..eeacf65bd5c 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -1520,7 +1520,7 @@ bidi_level_of_next_char (struct bidi_it *bidi_it) | |||
| 1520 | bidi_check_type (bidi_it->type); | 1520 | bidi_check_type (bidi_it->type); |
| 1521 | 1521 | ||
| 1522 | /* For L1 below, we need to know, for each WS character, whether | 1522 | /* For L1 below, we need to know, for each WS character, whether |
| 1523 | it belongs to a sequence of WS characters preceeding a newline | 1523 | it belongs to a sequence of WS characters preceding a newline |
| 1524 | or a TAB or a paragraph separator. */ | 1524 | or a TAB or a paragraph separator. */ |
| 1525 | if (bidi_it->orig_type == NEUTRAL_WS | 1525 | if (bidi_it->orig_type == NEUTRAL_WS |
| 1526 | && bidi_it->next_for_ws.type == UNKNOWN_BT) | 1526 | && bidi_it->next_for_ws.type == UNKNOWN_BT) |