diff options
| author | Eli Zaretskii | 2014-10-15 18:46:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-10-15 18:46:57 +0300 |
| commit | f65b226e7abf1e746d9f6a995bf7db3da1997795 (patch) | |
| tree | 155beac661ed75b2068eb4843513439545308bab /src | |
| parent | 8d56586d0a2ec4af423fe6fb0b2d344a04371ff8 (diff) | |
| download | emacs-f65b226e7abf1e746d9f6a995bf7db3da1997795.tar.gz emacs-f65b226e7abf1e746d9f6a995bf7db3da1997795.zip | |
src/ChangeLog: Fix a typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 22fd7891df5..b6f9401acf7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | and record the bidi type according to its value. | 16 | and record the bidi type according to its value. |
| 17 | (bidi_cache_iterator_state): Accept an additional argument to only | 17 | (bidi_cache_iterator_state): Accept an additional argument to only |
| 18 | update an existing state. Handle the new members of struct bidi_it. | 18 | update an existing state. Handle the new members of struct bidi_it. |
| 19 | (bidi_cache_find): Arguments changed: no lnger accepts a level, | 19 | (bidi_cache_find): Arguments changed: no longer accepts a level, |
| 20 | instead accepts a flag telling it whether it is okay to return | 20 | instead accepts a flag telling it whether it is okay to return |
| 21 | unresolved neutrals. | 21 | unresolved neutrals. |
| 22 | (bidi_initialize): Initiate and staticpro the bracket-type uniprop | 22 | (bidi_initialize): Initiate and staticpro the bracket-type uniprop |