From 9a28cb5a87c420b46a33be97463b23b823b7de2e Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Wed, 21 Aug 2019 10:24:25 +0200 Subject: [PATCH] ; Fix typos in commentary section of xdisp.c --- src/xdisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index af772bdef28..dea80a1f9a4 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -184,7 +184,7 @@ along with GNU Emacs. If not, see . */ infrequently. These include the face of the characters, whether text is invisible, the object (buffer or display or overlay string) being iterated, character composition info, etc. For any given - buffer or string position, these sources of information that + buffer or string position, the sources of information that affects the display can be determined by calling the appropriate primitives, such as Fnext_single_property_change, but both these calls and the processing of their return values is relatively @@ -214,7 +214,7 @@ along with GNU Emacs. If not, see . */ string's interval tree to determine where the text properties change, finds the next position where overlays and character composition can change, and stores in stop_charpos the closest - position where any of these factors should be reconsider. + position where any of these factors should be reconsidered. Producing glyphs. -- 2.39.2