diff options
| author | Paul Eggert | 2012-12-14 12:05:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-12-14 12:05:03 -0800 |
| commit | cccaebd24d257278c31493e10a7a837ddb12fc4f (patch) | |
| tree | b88427373bd9f7afac6b575979cc340f73a42d47 /src | |
| parent | 7e90af267484ac6f286e91f55d38a31dd36c2395 (diff) | |
| download | emacs-cccaebd24d257278c31493e10a7a837ddb12fc4f.tar.gz emacs-cccaebd24d257278c31493e10a7a837ddb12fc4f.zip | |
Spelling fixes.
My favorite was that the word "dictionary" was misspelled.
Also, correct the title in the DeRemer & Pennello 1982 citation,
and add a URL.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/dispnew.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d29988b39ba..960e4e52c59 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10687,7 +10687,7 @@ | |||
| 10687 | 2012-05-09 Michael Albinus <michael.albinus@gmx.de> | 10687 | 2012-05-09 Michael Albinus <michael.albinus@gmx.de> |
| 10688 | 10688 | ||
| 10689 | * dbusbind.c (xd_registered_buses): New internal Lisp object. | 10689 | * dbusbind.c (xd_registered_buses): New internal Lisp object. |
| 10690 | Rename all occurences of Vdbus_registered_buses to xd_registered_buses. | 10690 | Rename all occurrences of Vdbus_registered_buses to xd_registered_buses. |
| 10691 | (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses. | 10691 | (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses. |
| 10692 | Initialize xd_registered_buses. | 10692 | Initialize xd_registered_buses. |
| 10693 | 10693 | ||
diff --git a/src/dispnew.c b/src/dispnew.c index 11ae112f837..02b2f9c84e4 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -4017,7 +4017,7 @@ set_window_cursor_after_update (struct window *w) | |||
| 4017 | } | 4017 | } |
| 4018 | 4018 | ||
| 4019 | /* Window cursor can be out of sync for horizontally split windows. | 4019 | /* Window cursor can be out of sync for horizontally split windows. |
| 4020 | Horisontal position is -1 when cursor is on the left fringe. */ | 4020 | Horizontal position is -1 when cursor is on the left fringe. */ |
| 4021 | hpos = clip_to_bounds (-1, hpos, w->current_matrix->matrix_w - 1); | 4021 | hpos = clip_to_bounds (-1, hpos, w->current_matrix->matrix_w - 1); |
| 4022 | vpos = clip_to_bounds (0, vpos, w->current_matrix->nrows - 1); | 4022 | vpos = clip_to_bounds (0, vpos, w->current_matrix->nrows - 1); |
| 4023 | rif->cursor_to (vpos, hpos, cy, cx); | 4023 | rif->cursor_to (vpos, hpos, cy, cx); |