diff options
| author | Richard M. Stallman | 1995-02-14 17:12:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-14 17:12:41 +0000 |
| commit | 95c74a10a48a825370613a89b22eb0ef751edf12 (patch) | |
| tree | d5832da786380a3f9a2614b3bbbf9238acfb0337 /src/termcap.c | |
| parent | 5757b805f18ce5f939fd6876bb9de4aab6f1b038 (diff) | |
| download | emacs-95c74a10a48a825370613a89b22eb0ef751edf12.tar.gz emacs-95c74a10a48a825370613a89b22eb0ef751edf12.zip | |
Comment changed.
Diffstat (limited to 'src/termcap.c')
| -rw-r--r-- | src/termcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termcap.c b/src/termcap.c index 0d77ae45604..be5d0392ccd 100644 --- a/src/termcap.c +++ b/src/termcap.c | |||
| @@ -323,7 +323,7 @@ tputs (str, nlines, outfun) | |||
| 323 | (*outfun) (*str++); | 323 | (*outfun) (*str++); |
| 324 | 324 | ||
| 325 | /* PADCOUNT is now in units of tenths of msec. | 325 | /* PADCOUNT is now in units of tenths of msec. |
| 326 | SPEED is mesured in characters per 10 seconds | 326 | SPEED is measured in characters per 10 seconds |
| 327 | or in characters per .1 seconds (if negative). | 327 | or in characters per .1 seconds (if negative). |
| 328 | We use the smaller units for larger speeds to avoid overflow. */ | 328 | We use the smaller units for larger speeds to avoid overflow. */ |
| 329 | padcount *= speed; | 329 | padcount *= speed; |