diff options
| author | Paul Eggert | 2017-03-17 12:22:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-03-17 12:22:23 -0700 |
| commit | de9e1724a34a5ed7995655591e02816f70d19885 (patch) | |
| tree | 7fac822c4b428688845ba6ae8e405826812716c7 /src | |
| parent | 2f8935099c680f5e25afdf290d351180ee42fa39 (diff) | |
| download | emacs-de9e1724a34a5ed7995655591e02816f70d19885.tar.gz emacs-de9e1724a34a5ed7995655591e02816f70d19885.zip | |
; Spelling fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 7ff37a6fb48..82668494927 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -4999,7 +4999,7 @@ handle_single_display_spec (struct it *it, Lisp_Object spec, Lisp_Object object, | |||
| 4999 | { | 4999 | { |
| 5000 | ptrdiff_t ovendpos = OVERLAY_POSITION (OVERLAY_END (overlay)); | 5000 | ptrdiff_t ovendpos = OVERLAY_POSITION (OVERLAY_END (overlay)); |
| 5001 | 5001 | ||
| 5002 | /* Some borderly-sane Lisp might call us with the current | 5002 | /* Some borderline-sane Lisp might call us with the current |
| 5003 | buffer narrowed so that overlay-end is outside the | 5003 | buffer narrowed so that overlay-end is outside the |
| 5004 | POINT_MIN..POINT_MAX region, which will then cause | 5004 | POINT_MIN..POINT_MAX region, which will then cause |
| 5005 | various assertion violations and crashes down the road, | 5005 | various assertion violations and crashes down the road, |