From: Martin Rudalics Date: Wed, 21 Aug 2019 08:24:25 +0000 (+0200) Subject: ; Fix typos in commentary section of xdisp.c X-Git-Tag: emacs-27.0.90~1328^2~151 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a28cb5a87c420b46a33be97463b23b823b7de2e;p=emacs.git ; Fix typos in commentary section of xdisp.c --- 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.