diff options
| author | Jim Blandy | 1991-06-26 20:47:37 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-06-26 20:47:37 +0000 |
| commit | f7430cb670b5640609569f8261ec52427a4439dc (patch) | |
| tree | a6303ed5bbda811a2d1615e9a227b7697cebb3da /src | |
| parent | 7146af9702cf11f2b89fa721fb921fc81d3e32da (diff) | |
| download | emacs-f7430cb670b5640609569f8261ec52427a4439dc.tar.gz emacs-f7430cb670b5640609569f8261ec52427a4439dc.zip | |
*** empty log message ***
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 cc5c3e3b8d6..3c38060f905 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1314,8 +1314,8 @@ try_window_id (window) | |||
| 1314 | return 1; | 1314 | return 1; |
| 1315 | } | 1315 | } |
| 1316 | 1316 | ||
| 1317 | /* Copy part of the contents of the string FROM into a glyph-vector at S. | 1317 | /* Copy glyphs from the rope FROM to T. |
| 1318 | But don't actually copy the parts that would come in before T. | 1318 | But don't actually copy the parts that would come in before S. |
| 1319 | Value is T, advanced past the copied data. | 1319 | Value is T, advanced past the copied data. |
| 1320 | 1320 | ||
| 1321 | Characters in FROM are grouped into units of `sizeof GLYPH' chars; | 1321 | Characters in FROM are grouped into units of `sizeof GLYPH' chars; |