emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 56683b1: ; * src/xdisp.c: Fix typo.


From: Charles A. Roelli
Subject: [Emacs-diffs] master 56683b1: ; * src/xdisp.c: Fix typo.
Date: Sun, 5 Aug 2018 11:29:42 -0400 (EDT)

branch: master
commit 56683b139b8480198b167ef61cf1b32c528d1070
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    ; * src/xdisp.c: Fix typo.
---
 src/xdisp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 2719ade..8f89ec5 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/>.  */
    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]