mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-15 04:11:53 -08:00
Fix typo in a comment.
This commit is contained in:
parent
c71a58a384
commit
bb4600a4b0
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* xterm.c: Fix typo in a comment.
|
||||
|
||||
* emacs.c: Fix typos in comments.
|
||||
Remove unnecessary spaces.
|
||||
Change doc-string comments to `new style' [w/`doc:' keyword].
|
||||
|
|
|
|||
|
|
@ -11074,7 +11074,7 @@ XTread_socket (sd, bufp, numchars, expected)
|
|||
/* Notice if the text cursor of window W has been overwritten by a
|
||||
drawing operation that outputs N glyphs starting at START_X and
|
||||
ending at END_X in the line given by output_cursor.vpos.
|
||||
Coordinates are area-relative. END_X < 0 means means all the rest
|
||||
Coordinates are area-relative. END_X < 0 means all the rest
|
||||
of the line after START_X has been written. */
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue