; * src/xdisp.c: Fix typo.
This commit is contained in:
parent
e1646e1e28
commit
56683b139b
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
character to be delivered is a composed character, the iteration
|
||||
calls composition_reseat_it and next_element_from_composition. If
|
||||
they succeed to compose the character with one or more of the
|
||||
following characters, the whole sequence of characters that where
|
||||
following characters, the whole sequence of characters that were
|
||||
composed is recorded in the `struct composition_it' object that is
|
||||
part of the buffer iterator. The composed sequence could produce
|
||||
one or more font glyphs (called "grapheme clusters") on the screen.
|
||||
|
|
Loading…
Add table
Reference in a new issue