diff options
| author | Charles A. Roelli | 2018-08-05 17:39:38 +0200 |
|---|---|---|
| committer | Charles A. Roelli | 2018-08-05 17:39:38 +0200 |
| commit | 56683b139b8480198b167ef61cf1b32c528d1070 (patch) | |
| tree | 98b603e2407dc1b24280a81a6ae233e512af0817 /src | |
| parent | e1646e1e2864d6eaf567f4fe77cc11d3e17dde51 (diff) | |
| download | emacs-56683b139b8480198b167ef61cf1b32c528d1070.tar.gz emacs-56683b139b8480198b167ef61cf1b32c528d1070.zip | |
; * src/xdisp.c: Fix typo.
Diffstat (limited to 'src')
| -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 2719ade6f97..8f89ec559ad 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -265,7 +265,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 265 | character to be delivered is a composed character, the iteration | 265 | character to be delivered is a composed character, the iteration |
| 266 | calls composition_reseat_it and next_element_from_composition. If | 266 | calls composition_reseat_it and next_element_from_composition. If |
| 267 | they succeed to compose the character with one or more of the | 267 | they succeed to compose the character with one or more of the |
| 268 | following characters, the whole sequence of characters that where | 268 | following characters, the whole sequence of characters that were |
| 269 | composed is recorded in the `struct composition_it' object that is | 269 | composed is recorded in the `struct composition_it' object that is |
| 270 | part of the buffer iterator. The composed sequence could produce | 270 | part of the buffer iterator. The composed sequence could produce |
| 271 | one or more font glyphs (called "grapheme clusters") on the screen. | 271 | one or more font glyphs (called "grapheme clusters") on the screen. |