]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c: Fix typo.
authorCharles A. Roelli <charles@aurox.ch>
Sun, 5 Aug 2018 15:39:38 +0000 (17:39 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Sun, 5 Aug 2018 15:39:38 +0000 (17:39 +0200)
src/xdisp.c

index 2719ade6f97683889ebfc0425712e9227b1c8853..8f89ec559ad478917dc214789df72f31d779311e 100644 (file)
@@ -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.