[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 9a28cb5: ; Fix typos in commentary section of xdisp
From: |
Martin Rudalics |
Subject: |
[Emacs-diffs] master 9a28cb5: ; Fix typos in commentary section of xdisp.c |
Date: |
Wed, 21 Aug 2019 04:25:13 -0400 (EDT) |
branch: master
commit 9a28cb5a87c420b46a33be97463b23b823b7de2e
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>
; 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 af772bd..dea80a1 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -184,7 +184,7 @@ along with GNU Emacs. If not, see
<https://www.gnu.org/licenses/>. */
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
<https://www.gnu.org/licenses/>. */
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 9a28cb5: ; Fix typos in commentary section of xdisp.c,
Martin Rudalics <=