diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
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 | ||