diff options
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/xterm.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ed83e075787..ba54a9fd397 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * xterm.c: Fix typo in a comment. | ||
| 4 | |||
| 3 | * emacs.c: Fix typos in comments. | 5 | * emacs.c: Fix typos in comments. |
| 4 | Remove unnecessary spaces. | 6 | Remove unnecessary spaces. |
| 5 | Change doc-string comments to `new style' [w/`doc:' keyword]. | 7 | Change doc-string comments to `new style' [w/`doc:' keyword]. |
diff --git a/src/xterm.c b/src/xterm.c index 94542bf53e9..1ea8a801fbf 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -11074,7 +11074,7 @@ XTread_socket (sd, bufp, numchars, expected) | |||
| 11074 | /* Notice if the text cursor of window W has been overwritten by a | 11074 | /* Notice if the text cursor of window W has been overwritten by a |
| 11075 | drawing operation that outputs N glyphs starting at START_X and | 11075 | drawing operation that outputs N glyphs starting at START_X and |
| 11076 | ending at END_X in the line given by output_cursor.vpos. | 11076 | ending at END_X in the line given by output_cursor.vpos. |
| 11077 | Coordinates are area-relative. END_X < 0 means means all the rest | 11077 | Coordinates are area-relative. END_X < 0 means all the rest |
| 11078 | of the line after START_X has been written. */ | 11078 | of the line after START_X has been written. */ |
| 11079 | 11079 | ||
| 11080 | static void | 11080 | static void |