aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Rudalics2019-08-21 10:24:25 +0200
committerMartin Rudalics2019-08-21 10:24:25 +0200
commit9a28cb5a87c420b46a33be97463b23b823b7de2e (patch)
tree4d80f5df935fea65d718c8d7157cff1b5cbc147a /src
parentc2abe6abba1bee2e551f374b0d6d9dd182abeb5c (diff)
downloademacs-9a28cb5a87c420b46a33be97463b23b823b7de2e.tar.gz
emacs-9a28cb5a87c420b46a33be97463b23b823b7de2e.zip
; Fix typos in commentary section of xdisp.c
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files 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 <https://www.gnu.org/licenses/>. */
184 infrequently. These include the face of the characters, whether 184 infrequently. These include the face of the characters, whether
185 text is invisible, the object (buffer or display or overlay string) 185 text is invisible, the object (buffer or display or overlay string)
186 being iterated, character composition info, etc. For any given 186 being iterated, character composition info, etc. For any given
187 buffer or string position, these sources of information that 187 buffer or string position, the sources of information that
188 affects the display can be determined by calling the appropriate 188 affects the display can be determined by calling the appropriate
189 primitives, such as Fnext_single_property_change, but both these 189 primitives, such as Fnext_single_property_change, but both these
190 calls and the processing of their return values is relatively 190 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/>. */
214 string's interval tree to determine where the text properties 214 string's interval tree to determine where the text properties
215 change, finds the next position where overlays and character 215 change, finds the next position where overlays and character
216 composition can change, and stores in stop_charpos the closest 216 composition can change, and stores in stop_charpos the closest
217 position where any of these factors should be reconsider. 217 position where any of these factors should be reconsidered.
218 218
219 Producing glyphs. 219 Producing glyphs.
220 220